Releases: ewhx-dev/OSINT-CLI
Releases · ewhx-dev/OSINT-CLI
OSINT-CLI v1.0.5
🕵️ OSINT-CLI v1.0.5
A production-oriented proof-of-concept OSINT pipeline with polyglot microservice architecture.
✨ Features
- Multi-layered Architecture: Go API Gateway, Python FastAPI backend, Node.js CLI
- Asynchronous Data Gathering: Parallel collection from multiple sources
- Redis Caching: Optimized performance with in-memory caching
- Docker Support: Full containerized deployment with Docker Compose
- OSINT Sources:
- Deep Search (web search integration)
- Domain Checker (domain analysis)
- Search Engine (search engine integration)
- Social Media (social media footprint detection)
- Vulnerability Database (vulnerability scanning)
- Production-Ready: Rate limiting, timeout management, error handling
- Normalized Output: Pydantic-based data models
🚀 Getting Started
# Prerequisites
git clone git@github.com:ewhx-dev/OSINT-CLI.git
cd OSINT-CLI
# With Docker Compose
docker-compose up
# Or manually
pip install -r [requirements.txt](http://_vscodecontentref_/0)
python [api.py](http://_vscodecontentref_/1)
📦 What's Inside
backend/ - FastAPI async engine
services/gateway/ - Go API Gateway with rate limiting
cmd/ - Node.js CLI interface
sources/ - OSINT data source modules
docker-compose.yml - Complete stack containerization