BBScan 一款信息泄漏批量扫描工具

华盟原创文章投稿奖励计划

特性:

小字典可以自动扫描 Target/Mask 网络中所有的主机 误报率小
 用法:

BBScan 一款信息泄漏批量扫描工具 

安装: 
在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

本文原创,作者:七月的肥猫,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/261119.html

发表评论