BBScan信息泄漏批量扫描工具

yum -y install epel-release
yum -y install python-pip git
pip install --upgrade pip -i https://pypi.douban.com/simple
git clone --depth=1 git@github.com:unamer/BBScan.git
cd BBScan/
pip install -r requirements.txt -i https://pypi.douban.com/simple
扫描单个web服务:
python BBScan.py --host https://www.xxx.com --browser
参考:github       微信

 

    欢迎加入QQ群一起讨论Linux、开源等技术

原文地址:https://www.cnblogs.com/smlile-you-me/p/13219726.html