BBScan 一款信息泄漏批量扫描工具
2019-08-20 11:06:55 Author: mp.weixin.qq.com(查看原文) 阅读量:76 收藏

特性:

小字典可以自动扫描 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

你可能喜欢

Seccubus一款 定期进行漏洞扫描工具

XSSCon 一款简单的XSS扫描仪工具

htcap:一款实用的递归型Web漏洞扫描工具


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650456733&idx=4&sn=2456f61d13854f2bd951184185b02fba&chksm=83bba779b4cc2e6f15aaabefbd267b714466e286d39214421aac61f1b9738375af954c0a9092#rd
如有侵权请联系:admin#unsafe.sh