One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

megadose/holehe

13,767+1,704 this weekPython

A tool that tells you which websites an email address is signed up on

holehe is a Python tool that checks whether a given email address has an account on over 120 sites including Twitter, Instagram, and Netflix. It works by probing each site's password recovery process rather than logging in, so the target never gets notified. It can be run directly from the command line or imported into other Python projects.

What it does

  1. Given a single email address, it checks account existence across more than 120 services such as Amazon, GitHub, Spotify, and Snapchat in one go
  2. Instead of actually logging in, it mimics each site's 'forgot password' or registration flow and reads the response, so no alert is sent to the target email
  3. Each result comes back in a standard format showing whether the account exists, a partially masked recovery email or phone number if returned, and whether the request got rate-limited
  4. It can be installed via pip, cloned from GitHub, or run as a Docker container, and a separate Maltego transform is available for graph-based investigations

Why it matters

Knowing which services an email is registered to is useful for security investigations and identity research (OSINT), and just as usefully lets people check their own exposure across the web. It's worth noting the project is built for educational purposes and released under the GNU GPL v3.0 license.

Terms in this repo

  • OSINT · Open Source Intelligence, gathering and analyzing publicly available information
  • rate limit · when a site temporarily blocks access after receiving too many requests in a short time
  • Maltego · investigation software that visualizes connections between pieces of information
  • password recovery flow · the process a site uses to send a reset email to a registered address; holehe checks the account's existence by watching how this process responds

Repository description (English)

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

Open on GitHub

Trending repos

All repos →

Latest from METAL LAB