Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

HTML Injection Demonstration

This is a web server for demonstration of basic HTML injection.

A user can post the solutions for the assignment. They can also specify a comment which can be HTML (oh no!).

How to run

# install dependencies
yarn
# start the server
yarn start