A secure, multi-platform Open Source Intelligence (OSINT) toolkit for investigative and reconnaissance operations. Built for cross-platform deployment (Linux, Windows, macOS) with easy installation, automation, and CI/CD integration.
- 📦 Cross-platform support (.deb, .exe, .AppImage)
- 🐳 Docker-ready and CI/CD integrated
- 🔐 Optional GPG encryption of outputs
- 📄 Clean, modular Python codebase
- ⚙️ Auto-updating and lightweight automation
- 🧪 Unit and integration tests
- 📊 Visual CLI Dashboard (optional)
# 1. Clone the repository
git clone https://github.com/paracryptid/OSINT-main
cd OSINT-main
# 2. Install dependencies
pip install -r requirements.txt
# 3. Run the tool
python src/main.py
pytest
Platform | Format | Download |
---|---|---|
Linux (Ubuntu) | .deb |
Download |
Linux (All) | .AppImage |
Download |
Windows | .exe |
Download |
Please read CONTRIBUTING.md before submitting a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.