Overview : Automated web directory enumeration using wordlists. Helps quickly find hidden directories on a website.
-
install the tool:
git clone https://github.com/SillyRobot883/DirFuzzer.git
-
install packages:
pip install -r requirements.txt
-
run the tool:
python main.py -u <URL> -w <wordlist.txt> -o <results.txt> -t <threads>