hhucn / webvulnscan

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

Generate a report/more beautiful output #7

Open phihag opened 11 years ago

phihag commented 11 years ago

It should be possible to generate from scan results reports in reStructuredText, as example:

========================================
http://localhost/ - Vulnerability Report
========================================
123 XSS Vulnerabilities
456 CSRF Vulnerabilities
...
15 Warnings

http://localhost/perform_login
------------------------------
Found a CSRF vulnerability

This should be handled by a seperate script and not by the module it self, as the output has been designed to be parseable. Maybe a look at NLTK as optional feature for dynamic sentence generation would be cool.