-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In testing out dirble, I noticed that it will attempt exactly the url that is given, but seems to not understand what to do if, for example, the following scenario is encountered:
./dirble --host abc.com
<dirble brutes abc.com, but abc.com 301's absolutely every request>
curl -skv abc.com
301 to https://abc.com
curk-skv https://abc.com
301 to https://www.abc.com
real site resides on https://www.abc.com, but input provided is just abc.com.
wpscan handles this pretty well with a function called 'follow initial redirect'.
If something like that could be possible here, it would greatly improve workflow!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request