dirhunt v1.0 releases: Find web directories without bruteforce
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 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.
Features
- Process one or multiple sites at a time.
- Process ‘Index Of’ pages and report interesting files.
- Detect redirectors.
- Detect blank index file created in the directory to hide things.
- Process some html files in search of new directories.
- 404 error pages and detects fake 404 errors.
- Filter results by flags.
- Analyze results at the end.
Changelog v1.0
- Add keyword search (issue #110)
- Add Python 3.11 support (issue #112)
- Add pip-rating badge (issue #118)
- Ignore base64 URLs from WayBack machine (issue #120)
- Use pip-tools for dependencies (issue #119)
- Remove Python 3.5 & Python 3.6 support (issue #113)
- Fix GitHub example issue message (issue #114)
- Fix README badge (issue #115)
- Fix Python versions in PyPI (issue #116)
Install
$ sudo pip3 install dirhunt
Use
Copyright (c) 2018 Nekmo
Source: https://github.com/Nekmo/