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.
git clone https://github.com/apurvsinghgautam/robin.git
# 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