项目介绍
DirSeach是一款使用Python编写的用于对Web目录进行扫描探测的渗透测试辅助工具
工具安装
下载项目文件到本地
git clone https://github.com/maurosoria/dirsearch.git --depth 1

安装第三方依赖库:
pip3 install -r requirements.txt

工具使用
使用帮助
python3 dirsearch.py -h

DirSeach是一款Python编写的渗透测试工具,用于Web目录扫描。它可以帮助安全专家探测网站的隐藏目录和文件。文章介绍了项目背景,详细讲解了安装过程,包括下载项目文件和安装依赖库,并探讨了如何使用工具,特别是目录扫描和配置文件的设置。
DirSeach是一款使用Python编写的用于对Web目录进行扫描探测的渗透测试辅助工具
下载项目文件到本地
git clone https://github.com/maurosoria/dirsearch.git --depth 1

安装第三方依赖库:
pip3 install -r requirements.txt

python3 dirsearch.py -h
