hhucn / webvulnscan

automated web application vulnerability scanner
MIT License
38 stars 27 forks source link

Extend XSS tests to check for stored XSS #48

Open phihag opened 11 years ago

phihag commented 11 years ago

Sometimes, the XSS is not immediately reflected back, but instead only shown on a different page. For example, after creating an object, the user could be redirected to the created object, and only experience the XSS when editing the object again, or looking at the list of objects.