Security & Pentesting
โ
4.5k
Python
apurvsinghgautam/robin
4.5k
Stars
867
Forks
22
Issues
Python
Language
Robin is an AI-powered dark web OSINT tool for automated investigation and intelligence gathering on Tor hidden services. Leverages large language models to analyze dark web content, extract actionable intelligence, and generate investigation reports. Built for law enforcement, threat intelligence analysts, and security researchers conducting authorized dark web investigations.
View on GitHub
git clone https://github.com/apurvsinghgautam/robin.git
Quick Start Example
bash
# Install Robin
pip install robin-osint
# Run dark web investigation
robin investigate --target onion-url \
--ai-model gpt-4 \
--output report.pdf
# Scan multiple .onion sites
robin scan --list targets.txt --depth 2