一、工具简介
Glass是一款针对资产列表的快速指纹识别工具,通过调用Fofa/ZoomEye/Shodan/360等api接口快速查询资产信息并识别重点资产的指纹,也可针对IP/IP段或资产列表进行快速的指纹识别。
二、安装与使用
1、安装
git clone https://github.com/s7ckTeam/Glass
cd Glass
pip3 install -r requirements.txt
2、可指定单独IP或者IP段
python3 Glass.py -i 127.0.0.1 or 127.0.0.0/24
Python3 Glass.py -i 127.0.0.1 -s eye or fofa
3、批量要扫的IP或IP段
python3 Glass.py -f ips.txt
4、单个url识别
python3 Glass.py -u https://96.mk/
5、批量url识别
python3 Glass.py -w webs.txt
6、获取代理 all表示全部 cn表示国内
python3 Glass.py --proxy-list all or cn
7、输出结果
python3 Glass.py -u https://96.mk/ -o html
8、API设置
在config/config.py中fofaApi设置,输入对应的email与key即可
在config/config.py中zoomeyeApi设置,输入key值即可
三、运行效果
四、下载地址
项目地址:https://github.com/s7ckTeam/Glass
如有侵权,请联系删除
好文推荐