Open phihag opened 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.
It should be possible to generate from scan results reports in reStructuredText, as example:
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.