Skip to content

Email-Enum searches mainstream websites and tells you if an email is registered!

Notifications You must be signed in to change notification settings

akarshghale/email-enum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email-Enum

Version Status Platform Browser Made with Python

Email-Enum searches mainstream websites and tells you if an email is registered!

Demo Photo

Dependencies

  • Firefox
  • Selenium => 3.14
  • Click => 7.0
  • Termcolor => 1.1
  • PyFiglet => 0.8

Installation

Linux

git clone https://github.com/Frint0/email-enum.git
cd email-enum
chmod +x setup.sh
./setup.sh

Windows (Docker)

docker build -t emailenum .
docker run --rm -it emailenum <target email>

Usage

python3 check.py email@gmail.com or ./check.py email@gmail.com

To-Do's

  • More Websites
  • Username Enumeration
  • Increased Verbosity
  • More arguments
  • Non-Headless mode

and much more...

Disclaimer

This program is done entirely via web scraping, if a website changes its element variables or layout, you might need to wait for an updated version of Email-Enum or feel free to contribute.

About

Email-Enum searches mainstream websites and tells you if an email is registered!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%