Dirmap

2023-07-30 17:39:50 浏览数 (1)

地址:https://github.com/H4ckForJob/dirmap

安装:

代码语言:javascript复制
git clone https://github.com/H4ckForJob/dirmap.git
cd dirmap
python3 -m pip install -r requirement.txt

快速使用:

代码语言:javascript复制
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文件夹中

0 人点赞