Excluding and time-outs

user021's Avatar

user021

16 Jul, 2013 03:23 PM

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='

  1. Support Staff 1 Posted by Tasos Laskos on 16 Jul, 2013 03:30 PM

    Tasos Laskos's Avatar

    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.

  2. Tasos Laskos closed this discussion on 16 Jul, 2013 03:30 PM.

  3. Tasos Laskos re-opened this discussion on 16 Jul, 2013 03:31 PM

  4. Support Staff 2 Posted by Tasos Laskos on 16 Jul, 2013 03:31 PM

    Tasos Laskos's Avatar

    Forgot to address the time-out issue, looking into that.

  5. Support Staff 3 Posted by Tasos Laskos on 16 Jul, 2013 03:33 PM

    Tasos Laskos's Avatar

    Looks to be coincidence, it doesn't happen with all excluded resources, just a timed-out response here and there.

  6. Tasos Laskos closed this discussion on 16 Jul, 2013 03:33 PM.

  7. user021 re-opened this discussion on 16 Jul, 2013 03:37 PM

  8. 4 Posted by user021 on 16 Jul, 2013 03:37 PM

    user021's Avatar

    Yeah works alright, got confused by --exclude-binaries but got it now.

  9. user021 closed this discussion on 16 Jul, 2013 03:37 PM.

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