DEV Community

Ruyynn
Ruyynn

Posted on

GhostIntel v2.5 — What Changed Since I First Posted About It

GhostIntel v2.5 Web UI — Username OSINT result for 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.

GhostIntel v2.5 Web UI — localhost dashboard with Quick Scan mode, scan history, and real-time OSINT results including platform breakdown, email hints, and found categories.


🔥 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.

GhostIntel v2.5 HTML Report — Username OSINT result showing found profiles across social, dev, and security platforms, alongside possible email variations, username variations, and categorized platform breakdown.


📦 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
Enter fullscreen mode Exit fullscreen mode

⚡ 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 🙌

https://github.com/ruyynn/GhostIntel

Top comments (0)