rasine / skipfish

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

Skipfish -I option doesn't properly work #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note: before submitting, please check:
http://code.google.com/p/skipfish/wiki/KnownIssues

When I use the "-I" option, like in this execution:
./skipfish -o ../test/results -S dictionaries/complete.wl -W ../test/dict.wl -I 
"https://someAplication.domain.com/somePath/" 
https://someAplication.domain.com/somePath/resource.html

Skipfish starts crawling at https://someAplication.domain.com/, ignoring the 
"-I" option.

I've tried to don't use quotes or use single quotes when I use the "-I" option, 
but the results is the same, skipfish always starts crawling at 
"https://someAplication.domain.com/sfi9876.pfx".

Thanks for your work!

Original issue reported on code.google.com by capitan....@gmail.com on 13 Aug 2013 at 9:02

GoogleCodeExporter commented 9 years ago

Sorry for the delay.  We always perform some basic tests on the root but that 
doesn't mean -I and -X aren't without effect. Anything not matching the -I path 
will not be actively tested (XSS, traversal).

Original comment by niels.he...@gmail.com on 17 Nov 2013 at 8:15