项目地址

https://github.com/H4ckForJob/dirmap

安装

git clone https://github.com/H4ckForJob/dirmap.git
cd dirmap
python3 -m pip install -r requirement.txt

快速使用

python3 dirmap.py -i https://target.com -lcf
python3 dirmap.py -i 192.168.1.1 -lcf
#  批量扫描
python3 dirmap.py -i 192.168.1.0/24 -lcf
python3 dirmap.py -i 192.168.1.1-192.168.1.100 -lcf
#  从文件中批量扫描
python3 dirmap.py -iF targets.txt -lcf

结果自动保存到output文件夹中