ku-suke / skipfish

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

Resume option #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does the "Scan resume option" work?
I can't find a flag. If I run again the same command (whit the same output 
directory) I've this error:

skipfish version 2.09b by <lcamtuf@google.com>
[-]  SYSTEM ERROR : Unable to create 'test'.
    Stop location : main(), src/skipfish.c:605
       OS message : File exists

Thank you

Original issue reported on code.google.com by alfonso....@gmail.com on 7 Nov 2012 at 7:19

GoogleCodeExporter commented 9 years ago
There is no resume option. You can however use the pivots.txt file from the 
previous scan and use it as input.

For example:

./skipfish -o test2 [..other options...] @../path/to/test/pivots.txt 

Cheers,
Niels

Original comment by niels.he...@gmail.com on 17 Nov 2012 at 4:53