chadi0x/TheBigBrother
GitHub: chadi0x/TheBigBrother
The Big Brother V5.0 是一个武器化 OSINT 平台,通过集成多个情报模块自动化收集和分析开源数据,以支持网络安全评估和威胁情报工作。
Stars: 599 | Forks: 87
# ◆ 👁️老大哥 · V5.0 👁️◆
``` ╔══════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ ████████╗██╗ ██╗███████╗ ██████╗ ██╗ ██████╗ ║ ║ ╚══██╔══╝██║ ██║██╔════╝ ██╔══██╗██║██╔════╝ ║ ║ ██║ ███████║█████╗ ██████╔╝██║██║ ███╗ ║ ║ ██║ ██╔══██║██╔══╝ ██╔══██╗██║██║ ██║ ║ ║ ██║ ██║ ██║███████╗ ██████╔╝██║╚██████╔╝ ║ ║ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═════╝ ║ ║ ║ ║ ██████╗ ██████╗ ██████╗ ████████╗██╗ ██╗███████╗██████╗ ║ ║ ██╔══██╗██╔══██╗██╔═══██╗╚══██╔══╝██║ ██║██╔════╝██╔══██╗ ║ ║ ██████╔╝██████╔╝██║ ██║ ██║ ███████║█████╗ ██████╔╝ ║ ║ ██╔══██╗██╔══██╗██║ ██║ ██║ ██╔══██║██╔══╝ ██╔══██╗ ║ ║ ██████╔╝██║ ██║╚██████╔╝ ██║ ██║ ██║███████╗██║ ██║ ║ ║ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ║ ║ ║ ║ ◇ THE EYE THAT NEVER BLINKS — V5.0 ◇ ║ ║ ULTRA-DEEP OSINT · 21 INTEL MODULES ║ ║ ║ ╚══════════════════════════════════════════════════════════════════════════╝ ```
**高级开源情报框架 · 全息仪表盘 · 21个情报模块** [](https://github.com/chadi0x/the-big-brother/releases) [](LICENSE) [](https://www.python.org/) [](https://www.docker.com/) [](https://github.com/chadi0x/) [`★ 更新日志`](#-whats-new-in-v50) · [`★ 模块介绍`](#-the-21-modules) · [`★ 安装指南`](#-installation) · [`★ 高级版`](#-premium-projects) · [`★ Telegram`](https://t.me/hisoka0morow)
```
┌─────────────────────────────────────────────────────────────────┐
│ ⟦ SYNTHESIS ⟧ │
├─────────────────────────────────────────────────────────────────┤
│ 🤖 AI ANALYST ── cross-module synthesis · NEW │
├─────────────────────────────────────────────────────────────────┤
│ ⟦ IDENTITY ⟧ │
├─────────────────────────────────────────────────────────────────┤
│ 🔍 TARGET PROFILER ── 200+ social enum + biometric capture │
│ 👻 PHANTOM ID ── cross-platform identity correlation │
│ 🔓 BREACH VAULT ── HaveIBeenPwned + paste-dump aggregator │
│ 👣 DIGITAL FOOTPRINT ─ phone + email enumeration │
│ 📨 MAIL TRACER ── email forensics · NEW │
│ 🐙 CODE HUNTER ── GitHub OSINT · NEW │
├─────────────────────────────────────────────────────────────────┤
│ ⟦ INTEL ⟧ │
├─────────────────────────────────────────────────────────────────┤
│ 📡 SIGINT SWEEP ── Reddit · HN · News · X aggregator │
│ 🗺️ SHADOW MAP ── AbuseIPDB · VT · URLhaus reputation │
│ 📋 PASTE DRAGNET ── 12-site paste hunter · NEW │
│ 🧅 DARK WEB ── Ahmia + ransomware leak feeds │
│ 🕰️ WAYBACK SPECTRE ── archive timeline + leak flags · NEW │
├─────────────────────────────────────────────────────────────────┤
│ ⟦ INFRASTRUCTURE ⟧ │
├─────────────────────────────────────────────────────────────────┤
│ 🌐 DOMAIN ORACLE ── deep domain intel + posture · NEW │
│ 🕸️ NETWORK MAPPER ── async ports + pyvis network graph │
│ 🔒 SSL SENTINEL ── certificate chain + SAN extraction │
│ 🪙 CRYPTO ── BTC/ETH blockchain wallet recon │
├─────────────────────────────────────────────────────────────────┤
│ ⟦ MEDIA · GEO ⟧ │
├─────────────────────────────────────────────────────────────────┤
│ 📸 EXIF X-RAY ── metadata + GPS extraction │
│ 🛠️ DORK STUDIO ── Google/Shodan/GitHub dork generator │
│ 🛰️ GEOINT SPY ── multi-engine coordinate intel │
│ ✈️ SKY RADAR ── live OpenSky aircraft tracking │
└─────────────────────────────────────────────────────────────────┘
```
## 🚀 安装
### ⟦ 方案 A · Docker(推荐) ⟧
```
# 克隆 grid
git clone https://github.com/chadi0x/TheBigBrother.git
cd TheBigBrother
# 启动 eye
docker-compose up --build -d
```
### ⟦ 方案 B · 手动裸机安装 ⟧
**前置条件:** Python `3.10+` · Playwright
```
# 环境
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# 依赖项
pip install -r requirements.txt
playwright install chromium
# 启动
uvicorn the_big_brother.gui.main:app --host 0.0.0.0 --port 8000
```
## 📸 截图
**[▸ 咨询 · Telegram @hisoka0morow](https://t.me/hisoka0morow)**
## ⚠️ 免责声明
本框架**仅用于教育研究和授权的安全测试**。用户需对遵守所有适用法律承担全部责任。作者对滥用行为不承担任何责任。
## 📞 支持 · 社区
- **创建者 / 架构师** — `CHADI0X`
- **Telegram(直接咨询)** — [@hisoka0morow](https://t.me/hisoka0morow)
- **GitHub** — [@chadi0x](https://github.com/chadi0x)
## 📜 许可证
MIT 许可证 — 参见 [LICENSE](LICENSE)
```
◆ ─────────────────────────────────────────────────── ◆
"In the digital age, anonymity is a luxury.
Information is the currency of power."
── CHADI0X
◆ ─────────────────────────────────────────────────── ◆
```
**V5.0.0 · 永不眨眼的之眼 · ◇**
*由 CHADI0X 构建 · 量子OSINT监控网络*
标签:BSD, ESC4, EXIF提取, OSINT, Sky Radar跟踪, SSL智能, 信息检索, 加密货币分析, 安全测试, 密码管理, 开源情报平台, 情报收集, 技术侦查, 攻击性安全, 攻击路径可视化, 数字取证, 数字足迹重建, 数据可视化, 数据挖掘, 漏洞研究, 特征检测, 用户名枚举, 社交工程, 网络安全, 自动化脚本, 视觉智能, 请求拦截, 逆向工具, 隐私保护, 隐私分析, 高级dorking, 黑客工具