DirectoryFuzzing

Table of Contents

Dirbuster

dirbuster -u -v -u <URL> -e <extensions> -l <wordlist> -r <report-location>

Gobuster

gobuster dir|dns <URL> -v -t <threads> -w <wordlist>

Dirsearch

dirsearch.py -u <URL> -e <extensions> -t <threads> -c <cookies> --proxy=<proxy>

Wfuzz

wfuzz -c -v --hc <status-code> -w <wordlist> <URL>/FUZZ/*

Other Useful Tools