Dirhunter is a Python-based tool for discovering hidden directories (directory brute-forcing) on web servers using a wordlist. Dirhunter is designed to be fast, efficient, and user-friendly, supporting various search optimization methods.
- π Fast Search: Optimized algorithms to accelerate directory searches.
- π§° Customization Support: Use your preferred wordlist for more specific results.
- π HTTP/HTTPS Compatibility: Automatically detects and handles protocols correctly.
- π οΈ Stable Versions: Enjoy features in the release version.
- π₯ Shebang Support: Allows the tool to be executed directly as a script in Unix-like systems.
- New Proxy Feature, New Scanning Modes, WAF Bypass via HTTP Smuggling, Etc
- Enhanced Scanning Speed for Faster Results
- Optimized Code for Better Performance
- Bug Fixes and General Improvements
- And More!
- Clone this repository:
git clone https://github.com/fierza-dev/dirhunter.git cd dirhunter (Optional) sudo chmod +x app.py
- Install the required dependencies
pip install -r requirements.txt
- Run the tool
python3 app.py -u <target-url> <br> Example : python3 app.py -u https://example.com/<br>
./app.py -u <target-url> <br> Example : ./app.py -u https://example.com/<br>
1.Basic
python3 app.py -u <target-url> <br>
./app.py -u <target-url> <br>
2.To get a list of all options and switches use:
python3 app.py -h <br>
./app.py -h <br>
This project is licensed under the AGPL-3.0 license.