# Hecate, Hardened Osint Platform

> Source: <https://github.com/synchancybersecurity/Hecate>
> Published: 2026-06-16 19:42:08+00:00

cat > /root/README.md << 'EOF'

**HECATE** is a hardened, production-grade **OSINT & Security Operations Platform** engineered for authorized red team operations, bug bounty hunting, and deep intelligence gathering across the clear web, dark web, and everything in between.

"The goddess of magic, ghosts, and necromancy — now automated."

| 🔍 Intelligence Gathering | ⚔️ Offensive Toolkit |
|---|---|
500+ Platform Database — Clear & onion vectors |
Network Recon — Nmap, Masscan, Shodan integration |
Username Enumeration — Cross-platform correlation |
Wireless Auditing — Pwnagotchi, Aircrack compatibility |
Email OSINT — Breach data, social graphing |
Web Application Testing — SQLMap, Nikto, Burp vectors |
Phone Intelligence — Carrier, geo, metadata |
Exploitation Framework — Modular payload delivery |
Deep-Paint Vectors — Automated dork generation |
Social Engineering — SET, Evilginx2 templates |

| 🤖 AI-Powered Analysis | 🛡️ Operational Security |
|---|---|
Multi-Model Orchestration — Groq, Kimi, Qwen, OpenRouter |
Proxychains Integration — Multi-hop routing |
Intelligent Tool Selection — Context-aware automation |
Tor Routing — .onion native support |
Attack Path Generation — LLM-driven vulnerability chains |
Request Jitter — Anti-pattern detection |
Report Generation — Smart bug bounty templates |
Dead Man's Switch — Configurable kill protocols |
Autonomous Red Team — Unsupervised domain→report pipeline |
Duress Mode — Workspace sanitization |

hecate/ ├── 📁 src/hecate/ │ ├── 🎨 core.py # Colors, logging, utilities │ ├── 🔭 scanner.py # Network reconnaissance │ ├── 🕵️ osint.py # Intelligence gathering │ ├── 💥 exploit.py # Offensive operations │ ├── 🔐 crypto.py # Cryptographic operations │ ├── 🌐 network.py # HTTP/proxy/session management │ ├── 📊 reporting.py # Output generation │ ├── 🧠 ai.py # LLM integration │ ├── 🗄️ database.py # Platform DB & persistence │ ├── 🖥️ ui.py # Interface & menus │ └── 🚀 main.py # Entry point ├── 📁 tests/ # Unit tests ├── 📁 docs/ # Documentation ├── 📁 logs/ # Runtime logs ├── 📁 reports/ # Generated output ├── 📁 data/ # Platform databases ├── 🔑 .env.example # API key template ├── 📋 requirements.txt # Dependencies ├── ⚙️ setup.py # Package setup └── 🛠️ Makefile # Dev commands
