Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| Capability | Ghost | Maltego | SpiderFoot | Recon-ng |
|---|:---:|:---:|:---:|:---:|
| **AI-Powered Correlation** | ✅ | ❌ | ❌ | ❌ |
| **75+ Built-in Username Checks** | ✅ | ✅¹ | ✅ | ~100 |
| **70+ Built-in Username Checks** | ✅ | ✅¹ | ✅ | ~100 |
| **SQLite Case Files & Provenance** | ✅ | ❌ | ✅ | ❌ |
| **Professional HTML/PDF Reports** | ✅ | ✅ | ✅ | ❌ |
| **Web Dashboard with Graphs** | ✅ | ✅ | ✅ | ❌ |
Expand Down Expand Up @@ -54,7 +54,7 @@

| Module | Description | Status |
|---|---|:---:|
| 🔤 **Username Enumeration** | Check 75+ built-in platforms; optional Sherlock expands coverage | ✅ |
| 🔤 **Username Enumeration** | Check 70+ built-in platforms; optional Sherlock expands coverage | ✅ |
| 📧 **Email Intelligence** | Breach checks, account discovery, WHOIS, validation | ✅ |
| 📱 **Phone OSINT** | Carrier lookup, location, social media association | ✅ |
| 🌐 **Domain Recon** | WHOIS, DNS, subdomains, tech stack, SSL, Wayback | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion ghost/modules/username.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Username enumeration across 500+ platforms."""
"""Username enumeration across 70+ built-in platforms."""

import asyncio
import aiohttp
Expand Down
Loading