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.
- π 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.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-checker2. 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 / Ubuntupipx 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