DirHunter (DirHunter.py) is a multithreaded directory brute-forcer built for fast reconnaissance.
It enumerates hidden directories using a wordlist and highlights actionable HTTP responses:
200(Public)301/302(Redirect)403(Forbidden)401(Unauthorized)
- π High-speed multithreaded scanning
- π Supports any custom wordlist
- β³ Live ETA display
- π¨ Color-coded output
- π§΅ Automatic thread handling
- π― Detailed results table
pip install requestsgit clone https://github.com/TheWildEye/DirHunter
cd DirHunterpip install requestsLocated at:
wordlists/common.txtpython DirHunter.pyπ Enter target: https://target.com
[200] /admin β https://target.com/admin
[301] /old β https://target.com/login
[403] /restricted
[401] /secure
β± Scan completed in 11.2 seconds