Features • Installation • Usage • Disclaimer
Phantom OSINT is a fast, stealthy, and modular Information Gathering and Reconnaissance framework designed for Red Teamers, Pentesters, and Cybersecurity Researchers. It passively collects intelligent data from various public sources without tipping off the target.
Zero complex setups, no API keys necessary—just pure, ruthless OSINT.
- 👤 Username Hunter (
-u): Concurrently scans over 100+ social media platforms and websites (GitHub, Twitter, Reddit, Steam, etc.) to hunt down digital footprints. - 🌐 Domain & IP Recon (
-d): Performs WHOIS lookups, DNS enumeration, IP Geolocation, Certificate Transparency subdomain scanning, HTTP security header analysis, technology fingerprinting, and quick top-25 port scans. - 📧 Email Forensics (
-e): Validates email structures, analyzes MX records, checks Gravatar profiles, and generates targeted Google Dorks. - 📱 Phone Intel (
-p): Decodes phone numbers locally and internationally, identifies carriers, extracts geographical locations, determines timezones, and number types (VoIP vs. Mobile). - 📂 Metadata Extractor (
-m): Strips EXIF data from images and PDFs, pinpointing hidden GPS coordinates and generating instant Google Maps links.
1. Clone the repository
git clone https://github.com/termuxhexrt/Phantom-OSINT.git
cd Phantom-OSINT2. Install dependencies
pip install -r requirements.txt(Dependencies: requests, beautifulsoup4, dnspython, phonenumbers, colorama, Pillow, python-whois, PyPDF2)
Basic Help Menu:
python main.py -hHunt down a target username:
python main.py -u johndoeRecon a target domain:
python main.py -d example.comAnalyze an email address:
python main.py -e target@gmail.comInvestigate a phone number (Always use the country code):
python main.py -p "+14155552671"Extract hidden geolocation data from an image:
python main.py -m target_photo.jpgExecute the Ultimate Combo Scan:
python main.py -u johndoe -d example.com -e john@gmail.com -p "+14155552671"This tool was designed strictly for educational purposes, responsible research, and authorized penetration testing. The creator and contributors are not responsible for any misuse, illegal activities, or damages caused by this tool. By using Phantom OSINT, you agree that you are using it against systems and targets you have explicit permission to audit.
Hack Responsibly.
Made with ❤️ by termuxhexrt