空间测绘与信息收集工具
Search Viewer 是一款聚合多平台空间测绘 API 的图形化工具,帮助安全研究人员和渗透测试人员进行信息收集与资产发现。
- 🔍 多平台聚合:支持 Fofa、Hunter、Shodan、360 Quake、Zoomeye、Censys
- 📊 一键导出:支持 CSV、JSON 等格式导出
- 🎨 图形界面:简洁易用的 GUI
- 📈 多窗口展示:支持多标签页同时查询
- 🔎 历史记录:保存查询历史
| 平台 | 说明 | 用途 |
|---|---|---|
| Fofa | 网络空间搜索引擎 | 资产发现、子域名 |
| Hunter | 鹰图 | 企业资产查询 |
| Shodan | 物联网搜索引擎 | 设备发现 |
| 360 Quake | 360空间测绘 | 资产发现 |
| Zoomeye | 钟馗之眼 | 网络空间探测 |
| Censys | 网络测绘 | SSL证书查询 |
# 克隆项目
git clone https://github.com/adminlove520/Search_Viewer.git
cd Search_Viewer
# 安装依赖 (Python版本)
pip install pyside2 requests
# 运行
python Search_Viewer.py首次使用需要在界面中配置各平台的 API Key:
| 平台 | 获取方式 |
|---|---|
| Fofa | https://fofa.info |
| Hunter | https://hunter.qianxin.com |
| Shodan | https://www.shodan.io |
| 360 Quake | https://quake.360.cn |
| Zoomeye | https://www.zoomeye.org |
# 查找 nginx 服务器
title="nginx"
# 查找特定域名资产
domain="example.com"
# 组合查询
domain="example.com" && port=443# 查找 nginx
nginx
# 查找中国区的 SSH
ssh country:CNSearch_Viewer/
├── Search_Viewer.py # 主程序
├── Search_Viewer_ui.py # UI 文件
├── resources_rc.py # 资源文件
├── iconhash.py # IconHash 工具
├── favicon.ico # 图标
├── image/ # 截图
└── README.MD # 说明文档
GPL-3.0 License