#First course on XSS
This is complete intro course on XSS (Cross Site Scripting) providing clear explanations and real world exapmles.
For more detail explainations about XSS follow:
- Wikipedia - Cross Site Scripting
- OWASP
- Add more if you know.
Happy XSSing !!
##Instruction
$ git clone https://github.com/sanskar-modi/firstcourse-xss
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python app.py