XSS by Example
This repository contains several step by step examples for XSS. Each example can be run by doing the following
cd <DIR>
npm install
npm start
Then either try to find the XSS attack yourself or check SOLUTION.md in the respective directory.