Skip to content

mahi-cyberaware/email-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MahiCyber Email Checker

Python Version License GitHub issues GitHub forks GitHub stars

A powerful email lookup tool built by Mahi
Check if an email is registered on 120+ websites and find data breaches.

MahiCyber Email Checker Screenshot


📌 Features

  • 🔍 Scans 120+ websites (social media, forums, e‑commerce, etc.)
  • 🚨 Detects data breaches (e.g., Adobe, LinkedIn, etc.)
  • 🎨 Beautiful hacker‑style banner with your branding
  • 💾 Saves results in JSON format inside records/ folder
  • 🔒 Secure – your API key is stored in .env (ignored by Git)
  • 🐍 Written in Python – easy to modify and extend

🚀 Installation

1. Clone the repository

Choose one of the following methods:

HTTPS

git clone https://github.com/mahi-cyberaware/email-checker.git

SSH

git clone git@github.com:mahi-cyberaware/email-checker.git

GitHub CLI

gh repo clone mahi-cyberaware/email-checker

Then enter the project directory:

cd email-checker

2. Set up a virtual environment (recommended)

python3 -m venv venv
source venv/bin/activate   # On Windows: venv\Scripts\activate

3. Install dependencies

pip install colorama

Note: This tool uses holehe as the scanning engine. If holehe is not already installed, install it with:

sudo apt install holehe          # Kali / Debian / Ubuntu

or

pipx install holehe              # Alternative (recommended)

##🎯 Usage Run the script with an email address:

python checker.py your.email@example.com

Example output:

text REGISTERED (4): ✓ firefox ✓ gravatar ✓ replit ✓ wordpress

NOT REGISTERED (118): ✗ adobe ✗ amazon ✗ discord ✗ ... Results are automatically saved in the records/ folder as JSON files with timestamps.

🤝 Contributing Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.

📝 License MIT

Made with ❤️ by MahiCyber

About

OSINT email investigation tool that checks where an email is registered across 120+ websites and detects possible data breaches.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages