OSINT Tools

OSINT Tools


🖼️ Image & Location OSINT
  • exiftool <img>: Extracts metadata from images. Great for geolocation, device info, timestamps.

    • Tip: Run on multiple formats (.jpg, .png, .tiff) and check for GPS tags.

📧 Email & Breach Hunting

  • Tools:

    • theHarvester: Harvest emails from public sources.

    • breach-parse + h8mail: Correlate emails against breach compilations.

    • breach-parse - https://github.com/hmaverickadams/breach-parse

    • Tip: Automate .txt cleanup with regex filters to remove duplicates and false positives.

👤 Username Enumeration

  • Tools:

    • whatsmyname, sherlock: Scan platforms for a given username.

    • Tip: Combine results with breach data checks for credential reuse tracing.

📱 Phone Number OSINT

  • phoneinfoga: Scan and serve data on numbers. Great for mapping possible VoIP, carrier, and location.

    • Tip: Use with temporary numbers to avoid legal/data use issues.

📢 Social Media Intelligence

  • Twint: Twitter scraping without API limitations.

    • Tip: Filter by date, keywords, or followers to isolate threat signals.

Twint - https://github.com/twintproject/twint

🌐 Website & Subdomain Enumeration

  • Tools:

    • Subfinder, Assetfinder, Amass: Discover hidden infrastructure.

    • httprobe, gowitness: Check live status and visually snapshot them.

    • whois: Basic domain intel.

Subfinder - https://github.com/projectdiscovery/subfinder

Assetfinder - https://github.com/tomnomnom/assetfinder

httprobe - https://github.com/tomnomnom/httprobe

Amass - https://github.com/OWASP/Amass

GoWitness - https://github.com/sensepost/gowitness/wiki/Installation

Comments

Popular posts from this blog

TryHackMe Learning Path From Beginner to Expert

90-Day Cybersecurity Study Plan

Comprehensive Metasploitable2 Exploitation Walkthrough