Glass指纹识别
2022-10-10 16:9:45 Author: 星冥安全(查看原文) 阅读量:20 收藏

一、工具简介

Glass是一款针对资产列表的快速指纹识别工具,通过调用Fofa/ZoomEye/Shodan/360等api接口快速查询资产信息并识别重点资产的指纹,也可针对IP/IP段或资产列表进行快速的指纹识别。

二、安装与使用

1、安装

git clone https://github.com/s7ckTeam/Glasscd Glasspip3 install -r requirements.txt

2、可指定单独IP或者IP段

python3 Glass.py -i 127.0.0.1 or 127.0.0.0/24Python3 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

文章来源: http://mp.weixin.qq.com/s?__biz=MzkxMDMwNDE2OQ==&mid=2247486902&idx=1&sn=0acaa961b2fe764b32fa115d80d8f903&chksm=c12c3b70f65bb266aaa4173e3f528e4e204b75415ec95658f2c5e050688fc04297b0631cd181#rd
如有侵权请联系:admin#unsafe.sh