mfazliazran / skipfish

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

Scanner accept only first url from url_list.txt #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm not pretty sure about url_list.txt format (nothing in wiki) but I use just 
newLine format for every new url and SkipFish take only first link into account.

Original issue reported on code.google.com by ypavlo...@gmail.com on 31 Jul 2012 at 8:22

GoogleCodeExporter commented 8 years ago
It's a text file with a URL on each line.  If you want only these URLs to be 
scanned, use the -P flag to disable HTML parsing and further crawling.  If one 
URL is not scanned, it might be because it's invalid or that the scan has ran 
into issues (e.g. connection errors in the report).

Original comment by niels.he...@gmail.com on 1 Aug 2012 at 2:42