1.github下载安装包:https://github.com/maurosoria/dirsearch 要求安装并配置好:python3环境 2.使用方法

python dirsearch.py -u 网址 -e 指定网站语言

python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --recursive -R 2 python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --recursive -R 4 --scan-subdirs=/,/wp-content/,/wp-admin/ python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --exclude-texts=This,AndThat python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt -H "User-Agent: IE" python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt -t 20 python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --random-agents python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --json-report=reports/target.json python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --simple-report=reports/target-paths.txt python3 dirsearch.py -e php,txt,zip -u https://target -w db/dicc.txt --plain-text-report=reports/target-paths-and-status.json