You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dirhunt is a web crawler optimize for search and analyze directories. This tool can find interesting things if the
server has the "index of" mode enabled. Dirhunt is also useful if the directory listing is not enabled. It detects
directories with false 404 errors, directories where an empty index file has been created to hide things and
much more.
$ dirhunt https://website.com/
Dirhunt does not use brute force. But neither is it just a crawler. This tool is faster than others because it
minimizes requests to the server. Generally, this tool takes between 5-30 seconds, depending on the website and
the server.
This software must not be used on third-party servers without permission. Dirhunt has been created to be used by audit
teams with the consent of the owners of the website analyzed. The author is not responsible for the use of this tool
outside the law.
This software is under the MIT license. The author does not provide any warranty. But issues and pull requests are
welcome.