Installation

Basic commands

python3 dirsearch.py -u https://target -e*
 
python3 dirsearch.py -u https://target
 
python3 dirsearch.py -e php,html,js -u https://target
 
python3 dirsearch.py -e php,html,js -u https://target -w /path/to/wordlist

Recursion

python3 dirsearch.py -e php,html,js -u https://target -r
 
python3 dirsearch.py -e php,html,js -u https://target -r --max-recursion-depth 3 --recursion-status 200-399