FOFA Advanced Information Crawling Tool
2024-04-21 02:36:55

前言

最近写了一个爬虫小工具,地址

https://github.com/L0kiii/FofaScan

【红队信息收集利器】FOFA Host Details

author:L0ki

blog:http://l0ki.net

IP 端口 协议 网站组件分层 指纹识别 序列化输出显示

指纹识别基于@author:w8ay

用法

1
2
#若cms无对应值则代表识别不到
python3 HostDetails.py

组件信息

image-20200807143505847

组件分层

image-20200807143425425

爬取结果

1
2
3
4
5
6
7
8
{"url": "baidu.com", "ip": ["39.156.69.79"], "协议": " https http", "端口": "443", "组件": "D***********t","CMS":""}
{"url": "baidu.com", "ip": ["39.156.69.79"], "协议": " https http", "端口": "80", "组件": "Apache-Web-Server","CMS":""}
....

if u r vip:
{"url":"baidu.com","ip": ["39.156.69.79"], "协议": " https http", "端口": "443", "组件": "DigiCert-Cert","CMS":""}
{"url":"baidu.com","ip": ["39.156.69.79"], "协议": " https http", "端口": "80", "组件": "Apache-Web-Server","CMS":""}
....
Prev
2024-04-21 02:36:55
Next