Skip to content

Cyberpunkph/OSINT-TOOLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 RUBY OSINT TOOLKIT v4.0

RUBY OSINT TOOLKIT v4 Banner

⚡ Advanced OSINT Toolkit for Username, Domain, and Network Intelligence


🧠 Features

  • 🔍 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)

📸 Preview


🛠️ Installation

git clone https://github.com/Cyberpunkph/OSINT-TOOLS
.git
cd YOUR_REPO
bundle install

🚀 Usage

🔍 Username Scan

ruby 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 --stealth

📂 Project Structure

ruby-osint-toolkit/
│
├── main.rb
├── config/
├── modules/
├── utils/
├── output/
└── Gemfile

📊 Output

After scanning, results are saved in:

output/
├── report.json
├── report.txt
└── report.html

⚙️ Configuration

Edit:

config/sites.json

Add new platforms easily:

{
  "name": "GitHub",
  "url": "https://github.com/{username}",
  "errorType": "status_code"
}

🧠 Detection Engine

Supports:

  • ✅ Status Code Detection
  • ✅ Content-Based Detection
  • ✅ Regex Matching
  • ✅ Redirect Handling

⚠️ Disclaimer

This tool is for educational and ethical OSINT purposes only.

Do NOT use this tool for:

  • Unauthorized tracking
  • Harassment
  • Illegal investigations

👨‍💻 Author

CyberpunkPH


⭐ Support

If you like this project:

  • ⭐ Star the repo
  • 🍴 Fork it
  • 🧠 Contribute

🔥 Roadmap (v5)

  • 🧠 AI Username Correlation
  • 🌐 100+ Site Database
  • 📡 Breach / Dark Web Integration
  • 🖥️ Web Dashboard UI

⚡ Built for Hackers, Investigators & Cybersecurity Enthusiasts ⚡

Releases

No releases published

Packages

 
 
 

Contributors

Languages