One-stop AI-Powered OSINT & ZKIT Research Platform
CLI-first security investigation tool combining OSINT aggregator, secret scanner, crypto analyzer, and Zero Knowledge Identity Tracking (ZKIT) — all orchestrated by AI via LangGraph + Omniroute.
pip install -e .
cp .env.example .env
1ai-osint doctor
1ai-osint deep-scan "Target Name" --profile fast --cloak
1ai-osint deep-scan user@example.com --profile deep --case INV-001 --pdf
python -m src.cli.main --helpSee docs/ROADMAP.md and docs/INTEL_STANDARD.md for briefing structure and API keys.
| Module | Description |
|---|---|
| Gitleaks | Git repo secret scanning (GitHound-based) |
| Data Leaks | Breach database aggregation (extends HellCatZ) |
| People Finder | Social media username search |
| Phone Finder | Phone number OSINT |
| Crypto Passphrase | BIP-39 generation + entropy checking |
| Crypto Private Key | Leaked key detection + validation |
| ZKIT Identity | Privacy-preserving identity correlation |
| AI Orchestrator | LangGraph workflow with Omniroute |
| CloakBrowser Stealth | Bypasses CDNs & CAPTCHAs via CDP |
This project accompanies the paper:
"Zero Knowledge Identity Tracking (ZKIT): Leveraging AI, OSINT, and Leaked Data for Comprehensive Investigations"
See docs/RESEARCH.md for draft.
CLI → LangGraph Orchestrator → [Modules] → ZKIT Engine → Report Generator
↕
Omniroute (160+ LLM providers)
MIT