⚡ Advanced OSINT Toolkit for Username, Domain, and Network Intelligence
- 🔍 Username OSINT (Smart Detection Engine)
- 🌐 TOR / Proxy Support (Anonymous Scanning)
- ⚡ Concurrent Scanning (Fast & Efficient)
- 📊 HTML Report Dashboard
- 📁 Multiple Output Formats (JSON, TXT, HTML)
- 🧩 Modular Architecture (Expandable)
git clone https://github.com/Cyberpunkph/OSINT-TOOLS
.git
cd YOUR_REPO
bundle installruby main.rb -n johndoe🌐 Domain OSINT
ruby main.rb -d example.com📡 IP Lookup
ruby main.rb -i 8.8.8.8📧 Email Scraping
ruby main.rb -u https://example.com🧠 FULL COMBO (🔥)
ruby main.rb -n johndoe -d example.com -i 8.8.8.8🌍 TOR MODE
sudo service tor start
ruby main.rb -n target --tor💀 FULL COMBO
ruby main.rb -n target --tor --stealthruby-osint-toolkit/
│
├── main.rb
├── config/
├── modules/
├── utils/
├── output/
└── Gemfile
After scanning, results are saved in:
output/
├── report.json
├── report.txt
└── report.html
Edit:
config/sites.json
Add new platforms easily:
{
"name": "GitHub",
"url": "https://github.com/{username}",
"errorType": "status_code"
}Supports:
- ✅ Status Code Detection
- ✅ Content-Based Detection
- ✅ Regex Matching
- ✅ Redirect Handling
This tool is for educational and ethical OSINT purposes only.
Do NOT use this tool for:
- Unauthorized tracking
- Harassment
- Illegal investigations
CyberpunkPH
If you like this project:
- ⭐ Star the repo
- 🍴 Fork it
- 🧠 Contribute
- 🧠 AI Username Correlation
- 🌐 100+ Site Database
- 📡 Breach / Dark Web Integration
- 🖥️ Web Dashboard UI
⚡ Built for Hackers, Investigators & Cybersecurity Enthusiasts ⚡
