a0xnirudh / WebXploiter

WebXploiter - An OWASP Top 10 Security scanner !
http://webxploiter.readthedocs.org/
GNU General Public License v3.0
74 stars 21 forks source link

Logging of errors of the most current run is not done. #9

Closed tuarjun closed 8 years ago

tuarjun commented 8 years ago

Enhancement::

Current State:

When running WebXploiter, any errors or informative messages are displayed on the stdout itself. There is no automatic logging of errors, output or informative messages automatically and there is no option to do so also.

Suggested Enhancement:

Instead of dumping all the information, including Trace Back on the stdin itself, just show a informative message showing a brief summary and log the exact details onto a separate log file. This should be done either automatically or an option should be provided to the user to do so.