@[toc]
1 dirsearch 介绍
2 安装
git: https://github.com/maurosoria/dirsearch
克隆
git clone https://github.com/maurosoria/dirsearch
3 实战演练
-u:指定网址
-e:指定网站语言
-w:指定字典
-r:递归目录(跑出目录后,继续跑目录下面的目录)
-random-agents: 使用随机UA
3.1 仅指定网址 -u
dirsearch.py -u http://192.168.0.111/
3.2 指定网站语言 -e
dirsearch.py -u http://wordy -e php
3.3 指定字典 -w
python3 dirsearch.py -u http://192.168.0.111:8081/ -w ./route.txt
3.4 递归目录 -r
python3 dirsearch.py -u http://192.168.0.111:8081/ -w ./route.txt -r