mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

report command line and host #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Low priority enhancement request.

Include hostname from which scan was run and command line parameters in scan 
results (possibly in top right box that contains Scan date, Total time, etc.)

Original issue reported on code.google.com by b4sw...@gmail.com on 29 Aug 2011 at 11:39

GoogleCodeExporter commented 8 years ago
This is somewhat tricky. We support scanning multiple hosts at the same time 
and some command-line's can become very long (.i.e when using multiple -X and 
-B options). 

The hosts scanned should be visible in the report. But I agree that it can be 
useful to find out the command-line that was used.  

Original comment by niels.he...@gmail.com on 5 Apr 2012 at 2:49

GoogleCodeExporter commented 8 years ago
So I'm actually thinking about adding config file support in one of the next 
released. (2.08b will be about soon, so likely 2.09b).

Perhaps this will help you as well: when implementing config files, we can save 
the *config* of every scan in the report directory. That makes it very easy to 
re-run finished scan with the same settings.

Something like the following line:

./skipfish -c ./example.org/config @./example.org/pivots.txt

Would read the scan settings from "config" and the URLs from "pivots.txt" 
(already possible). 

Original comment by niels.he...@gmail.com on 3 Aug 2012 at 1:29