本文主要是介绍渗透测试工具篇之目录扫描工具dirmap安装详细教程,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章目录
- 安装环境
- 安装步骤
安装环境
python版本: Python 3.7.7【建议安装】
git版本:git version 2.36.1
安装步骤
- 克隆dirmap
git clone https://github.com/H4ckForJob/dirmap
- 解决依赖问题
pip install -r G:\dirmap\requirement.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
- 运行命令
python dirmap.py -i 192.168.40.129 -lcf
- 运行效果
这篇关于渗透测试工具篇之目录扫描工具dirmap安装详细教程的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!