XSS : Crash Course
Jul 26, 2017 · 4 min read

Purpose of this post is to explain different types of XSS and prevention mechanisms through multiple self paced exercises
Prerequisites
- JDK 1.7+ and Maven
Lab Setup
Clone :https://github.com/Prakhash/XSSSession
go to the XSSSession folder and execute “mvn tomcat7:run” to start the web application.
openup : http://localhost:8080/XSSSamples/


