PRISM is a self-hosted OSINT platform that replaces CLI tools with a web UI.
It features 22+ passive recon modules (WHOIS, DNS, Shodan, leaks), 14 working without API keys. The app offers real-time WebSocket tracking, AI risk analysis, and an OPSEC score (0-100).
Built on Python, FastAPI, Next.js 14, and Docker, it exports PDF/JSON in EN/RU/DE.
Run it via: git clone https://github.com/NovaCode37/Pr... && cd Prism-platform && cp .env.example .env && docker compose up --build