Unknown loop issue
I was trying to debug it myself but gaveup. im not sure if is cookie relayed or what is wrong
./arachni --audit-link --exclude='jpg|mp4|js|css' --modules=sqli --debug --user-agent=Mozilla/5.0 --link-count=1 --http-req-limit=25 'http://www.jcpenney.com/'
the cli sample is just a small part, i let it run a good amount of time for one link but still haven't finish
update: i notice this URL that keeps changing "_requestid"
http://www.jcpenney.com/dotcom/jsp/error/error.jsp?_requestid=1122580
i guess there's the problem - HTTP/1.1 302 Moved Temporarily
- _-a_ 5.86 MB
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 23 Jul, 2013 06:57 PM
The
error.jsp
page creates an infinite loop, either enable the auto-redundant flag or set a redundancy limit for it -- or just exclude it altogether.Tasos Laskos closed this discussion on 23 Jul, 2013 06:57 PM.