An Open Source Intelligence (OSINT) investigation tool with a graphical interface, risk scoring, and multi-source analysis.
This project is designed for educational, defensive security, and research purposes only.
- 🔍 Username investigation across multiple platforms
- 📧 Email analysis (format, domain, breach checks via HIBP)
- 🌐 Domain intelligence & subdomain discovery
- 📍 OSINT-based location hints (best-effort)
- 📱 Phone number exposure detection
- 🧮 Global OSINT risk score
- 🖥️ Graphical User Interface (Tkinter)
- 📄 Report generation (TXT / JSON / PDF)
- Python 3.9+
- Git
git clone https://github.com/ashdeevv/osint-investigation-tool.git
cd osint-investigation-tool
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt