Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.26 KB

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

Installation

Do not run setup.sh as root!

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

Usage

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

To-Do's

  • More Websites
  • Username Enumeration
  • Increased Verbosity
  • More arguments

and much more...

Disclaimer

This program is done entirely by 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.