dirsearch是一个基于python的命令行工具,旨在暴力扫描页面结构,包括网页中的目录和文件。
安装与使用:
安装:
git clone https://github.com/maurosoria/dirsearch.git
使用:
cd dirsearch/
运行需要python3环境:
python3 dirsearch.py -u "http://localhost/" -e * //扫描网站需要指定网站的脚本类型,* 为全部类型的脚本
dirsearch是一个基于python的命令行工具,旨在暴力扫描页面结构,包括网页中的目录和文件。
安装:
git clone https://github.com/maurosoria/dirsearch.git
使用:
cd dirsearch/
运行需要python3环境:
python3 dirsearch.py -u "http://localhost/" -e * //扫描网站需要指定网站的脚本类型,* 为全部类型的脚本
本文标题:dirsearch-网站目录结构扫描器
本文链接:https://www.haomeiwen.com/subject/aqwlcctx.html
网友评论