1 2 3 4 5 6 7 8 9 10
| python dirsearch.py -u https://target -r -x 400,500-599
python dirsearch.py -l url.txt -r -x 400,500-599 -w web_dirs_ext.txt
python dirsearch.py -e php,jsp,html -u https://target
python dirsearch.py -e bak,zip,tgz -u https://target -t 20
python dirsearch.py -u https://target --proxy 127.0.0.1:8081
|