Excluding and time-outs
I don't understand why URLs that should be excluded from the crawl do time-out
./arachni --audit-link --audit-cookies --audit-headers --audit-forms --link-count=1111 --exclude='jpg|mp4|js|css' --exclude-binaries --http-timeout=22000 --modules=trainer,os_cmd_injection,code_injection,sqli --debug 'http://www.evoca.ch/index.php?page='
- t.txt 9.04 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 16 Jul, 2013 03:30 PM
You forgot to put "bmp" in your
--exclude filter
, the reason it crawled first and then ignored it is due to the--exclude-binaries
option, which only takes effect after the response has arrived as that's the only way to determine if a resource is binary or not.Tasos Laskos closed this discussion on 16 Jul, 2013 03:30 PM.
Tasos Laskos re-opened this discussion on 16 Jul, 2013 03:31 PM
Support Staff 2 Posted by Tasos Laskos on 16 Jul, 2013 03:31 PM
Forgot to address the time-out issue, looking into that.
Support Staff 3 Posted by Tasos Laskos on 16 Jul, 2013 03:33 PM
Looks to be coincidence, it doesn't happen with all excluded resources, just a timed-out response here and there.
Tasos Laskos closed this discussion on 16 Jul, 2013 03:33 PM.
user021 re-opened this discussion on 16 Jul, 2013 03:37 PM
4 Posted by user021 on 16 Jul, 2013 03:37 PM
Yeah works alright, got confused by --exclude-binaries but got it now.
user021 closed this discussion on 16 Jul, 2013 03:37 PM.