扫描报告
10 /100
Search Viewer
信息收集与空间测绘工具 - 聚合Fofa/Hunter/Shodan/Quake/Zoomeye
This is a legitimate open-source OSINT reconnaissance tool that aggregates multiple space mapping platforms (Fofa, Hunter, Shodan, Quake, Zoomeye, Censys). No malicious behavior detected.
可以安装
No action required. The skill performs exactly as documented.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Dependencies not version pinned 供应链 | SKILL.md:54 |
| 提示 | Hardcoded IP address in documentation 文档欺骗 | SKILL.md:92 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:54-55 + Search_Viewer.py:97-152 (config.ini write) |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:10-21 (lists all 6 API platforms) |
| 命令执行 | NONE | NONE | — | No subprocess or os.system calls found |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
1 高危 18 项发现
高危 IP 地址 硬编码 IP 地址
1.1.1.1 SKILL.md:92 中危 外部 URL 外部 URL
https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue README.MD:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/Language-Python%20%7C%20C%2B%2B-yellow README.MD:6 中危 外部 URL 外部 URL
https://img.shields.io/badge/License-GPL--3.0-green README.MD:7 中危 外部 URL 外部 URL
https://fofa.info README.MD:56 中危 外部 URL 外部 URL
https://hunter.qianxin.com README.MD:57 中危 外部 URL 外部 URL
https://www.shodan.io README.MD:58 中危 外部 URL 外部 URL
https://quake.360.cn README.MD:59 中危 外部 URL 外部 URL
https://www.zoomeye.org README.MD:60 中危 外部 URL 外部 URL
https://fofa.info/api/v1/search/all?email= Search_Viewer.py:314 中危 外部 URL 外部 URL
https://hunter.qianxin.com/openApi/search?&api-key= Search_Viewer.py:442 中危 外部 URL 外部 URL
https://quake.360.net/api/v3/search/quake_service Search_Viewer.py:775 中危 外部 URL 外部 URL
https://quake.360.net/api/v3/user/info Search_Viewer.py:782 中危 外部 URL 外部 URL
https://api.zoomeye.org/resources-info Search_Viewer.py:888 中危 外部 URL 外部 URL
https://api.zoomeye.org/host/search? Search_Viewer.py:893 中危 外部 URL 外部 URL
https://search.censys.io/api/v2/hosts/search?q= Search_Viewer.py:988 中危 外部 URL 外部 URL
https://search.censys.io/api/v2/hosts/ Search_Viewer.py:990 中危 外部 URL 外部 URL
https://search.censys.io/api/v2 Search_Viewer.py:1192 目录结构
7 文件 · 86.7 KB · 2319 行 Python 3f · 1935L
Markdown 3f · 372L
JSON 1f · 12L
├─
_meta.json
JSON
├─
CHANGELOG.MD
Markdown
├─
iconhash.py
Python
├─
README.MD
Markdown
├─
resources_rc.py
Python
├─
Search_Viewer.py
Python
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
pyside2 | * | pip | 否 | Version not pinned |
requests | * | pip | 否 | Version not pinned |
安全亮点
✓ No reverse shell, C2, or covert data exfiltration detected
✓ No credential harvesting beyond user-provided API keys (stored in config.ini as declared)
✓ No base64-encoded obfuscation or anti-analysis patterns
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No supply chain compromise - uses standard legitimate libraries (requests, PySide2, shodan SDK)
✓ All network activity matches documented API calls to legitimate OSINT platforms
✓ No persistence mechanisms (no cron, startup hooks, or backdoors)
✓ Base64 usage is for API query encoding only (qbase64 parameter), not obfuscation
✓ Threading is used for legitimate async UI operations
✓ CSV exports are user-initiated with confirmation dialogs