hhucn / webvulnscan

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

Make output more machinereadable #41

Closed rliebig closed 11 years ago

rliebig commented 11 years ago

The current output would be difficult to parse. The format should look like the following:

Vulnerability: <Name of the Vulnerability> <site> <additional message>

Also, the log messages should be adjusted. The type of the vulnerability should directly be something like "XYZ Injection" and not "XYZ Vulnerability".

rliebig commented 11 years ago

I just though about this - this would be nonsense. It would be more logically:

Vulnerability: <site> <Name of ther Vulnerabilit> <additional message>

...

phihag commented 11 years ago

How's that any different from the current output?

rliebig commented 11 years ago

The notation I used is a bit unclear. It should look like:

Vulnerability: http://test <Name of the Vulnerabilit> additional message
rliebig commented 11 years ago

Closed via 675fd78