A powerful email lookup tool built by Mahi
Check if an email is registered on 120+ websites and find data breaches.
- 🔍 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
Choose one of the following methods:
HTTPS
git clone https://github.com/mahi-cyberaware/email-checker.gitSSH
git clone git@github.com:mahi-cyberaware/email-checker.gitGitHub CLI
gh repo clone mahi-cyberaware/email-checkerThen enter the project directory:
cd email-checker2. Set up a virtual environment (recommended)
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate3. Install dependencies
pip install coloramaNote: This tool uses holehe as the scanning engine. If holehe is not already installed, install it with:
sudo apt install holehe # Kali / Debian / Ubuntupipx install holehe # Alternative (recommended)
##🎯 Usage Run the script with an email address:
python checker.py your.email@example.comExample 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
