BBScan 一款信息泄漏批量扫描工具
5年前
0
5.63W
0
特性:
小字典可以自动扫描 Target/Mask 网络中所有的主机 误报率小
用法:
安装:
在pip已经安装的前提下,可以直接:
pip install -r requirements.txt
使用示例:
1. 扫描单个web服务 http://www.target.com www.target.com
python BBScan.py --host http://www.target.com www.target.com --browser
2. 扫描www.target.com和http://www.target.com/28 www.target.com/28下的其他主机
python BBScan.py --host http://www.target.com www.target.com --network 28 --browser
3. 扫描txt文件中的所有主机
python BBScan.py -f wandoujia.com.txt --browser
4. 从文件夹中导入所有的主机并扫描
python BBScan.py -d targets/ --browser
文章来源及下载:
https://github.com/unamer/BBScan