Email-Enum searches mainstream websites and tells you if an email is registered!
- Firefox
- Selenium => 3.14
- Click => 7.0
- Termcolor => 1.1
- PyFiglet => 0.8
- Proxybroker
- Pysocks
git clone https://github.com/Frint0/email-enum.git
cd email-enum
chmod +x setup.sh
./setup.sh
docker build -t emailenum .
docker run --rm -it emailenum <target email>
python3 check.py [email protected]
or ./check.py [email protected]
option --proxy
, --pwndb
and --non-headless
have been added
- More Websites
- Username Enumeration
- Increased Verbosity
More argumentsNon-Headless modeintegrate automatically checking via pwndb- add support socks proxy
and much more...
With option --proxy
Proxybroker wiil be run local proxy server on 8888
port and will be create pull from min 5 HTTPS proxy. Your don't need to search public proxies , all will be done
automatically. Note that proxies are public and often in the headers send your real IP to the server.
If you get this error, then it was MITM attack attempt using self-signed certificate, which happens all the time on public proxies. To fix it in Linux open the file /home/[your_username]/.local/lib/python3.6/site-packages/proxybroker/judge.py
and in line 117 change verify_ssl=False
to verify_ssl=True
It's TOR service which contains
data from 1.4 billion breach compilation as email:password. Before using --pwndb
ensure that service tor has been
installed, started and listen 9050 port
Results python check.py [email protected] --pwndb
The use of the email-enum is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Email-enum 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.