Directory Bruteforcing using Python3
DirHunter v1.0
Note : Make sure all requirements are satisfied...
clone this repo
git clone https://github.com/thehackersbrain/dirhunter.git
change directory
cd dirhunter
install requirements
pip3 install -r requirements.txt
run main script
python3 main.py -u <target_url> -w <wordlist>
example
python3 main.py -u https://www.google.com/ -w /path/to/wordlists
Author : TheHackerBrain
HackersBrain : HackTheBox
HackersBrain : TryHackMe