Found on 67 out of 129 platforms including Instagram, LinkedIn,
TikTok, GitHub, Discord, and more."/>
A few weeks ago I posted about GhostIntel — an OSINT tool I built to automate recon across 100+ platforms.
A lot has changed since then. Here's what's new in v2.5.
🔗 https://github.com/ruyynn/GhostIntel
🌐 Web UI
The biggest addition. Run python ghostintel.py -web and open http://localhost:7331.
You get a full dashboard — dark/light theme, scan history, live entity detection as you type, and export to JSON/Markdown directly from the browser. No more staring at a terminal if you don't want to.
🔥 Email Breach Detection
GhostIntel now checks email domains against a built-in breach database and returns a risk score from 0–100. It tells you what was leaked, when, and what to do about it.
Includes Indonesian breaches too — Tokopedia, Bhinneka, JD.ID.
📱 Phone OSINT — Now 8 Countries
Was 5, now 8. Added Australia, Singapore, and Philippines on top of ID, US, UK, MY, IN.
👤 Username Check — 129+ Platforms
Up from 100+. Added gaming, music, video, and more Indonesian-specific platforms.
📦 Batch Processing
Create a .txt with mixed targets — usernames, emails, phone numbers, domains, IPs — and run them all at once.
python ghostintel.py --batch targets.txt --format all
⚡ Performance
Async parallel scanning now makes it roughly 10x faster than before. Also added rotating User-Agent (14+ UAs) to reduce rate-limiting.
📊 Reports — 4 Formats
JSON, HTML, TXT, and Markdown. Generate all at once with --format all.
Still zero API keys
Everything still runs on public data only. No signups, no paid APIs, no hidden costs.
If you tried v2.0 before, this version is a significant step up. Feedback and PRs are always welcome 🙌


Top comments (0)