megadose/holehe

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on August 13th, 2026
Created on June 25th, 2020
Open Issues & Pull Requests: 102 (+0)
GitHub issues: Enabled
Number of forks: 1,728
Total Stargazers: 12,939 (+13)
Total Subscribers: 277 (+2)

Repository Insights (GitGenius)

Median issue/PR response: 40.8 hours
Mean response time: 75.1 days
90th percentile: 241.1 days
Tracked items: 30

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 6
Closed in 7 days: 0
Avg open age: 330 days
Stale 30+ days: 34
Stale 90+ days: 31

Recent activity

Opened in 7 days: 6
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Holehe is an open-source intelligence tool that checks whether an email address is registered on over 120 websites and retrieves associated account information.

The tool solves the problem of identifying which online services a given email address has been used to register with. It works by querying the forgotten password functionality of various websites, which typically reveals whether an account exists without triggering security alerts to the target email address. This approach allows reconnaissance without notifying the account holder. The tool runs on Python and can be installed via package managers or Docker.

Holehe suits researchers, security professionals, and investigators conducting email-based reconnaissance. It is particularly valuable for cases where you need to discover the digital footprint of an email address across multiple platforms. The tool's key advantage is that it operates silently—the target email receives no notification of the checks being performed. The README does not compare the tool to alternatives, so no comparative assessment can be made.

The project maintains an active online version accessible through a web interface alongside the command-line tool. Development activity shows ongoing engagement with the codebase through issue tracking and maintenance of the module structure. The tool uses asynchronous operations via the Trio library and httpx for efficient concurrent requests across multiple site checks.