arachni scan for a long URL
Hi ,
I am trying to initiate a simple scan with an url which is like "http://www.myhost.com?name=sadasdad&lname=asdasdasd&id=12344".
Due to security reason i am not sharing exact url. scan is completed but when i see site map result of report i see 403 status code the url. which means scan did not happen.
How to resolve this
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 09 Feb, 2017 07:21 PM
First of all, the
&
character has a special meaning in the Bash shell, if you're using the CLI interface you need to enclose the URL in quotes just like you did here.If that's not the issue, I can't know what's going on without access. Try setting the
--http-user-agent
to a real one likeMozilla/5.0 (Windows NT x.y; rv:10.0) Gecko/20100101 Firefox/10.0
, maybe the server has blacklisted Arachni.Tasos Laskos closed this discussion on 03 Mar, 2017 12:35 PM.