chrispetrou / smtp_enum_users

:e-mail: Enumerate usernames through SMTP service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smtp_enum_users

GPLv3 license Known Vulnerabilities

This is a python script to automate the process of enumerating usernames through SMTP service. To do that it uses either RCPT method (default) or VRFY method. The default method used is RCPT since the most SMTP servers have the VRFY command disabled.

Requirements:

Note: To install the requirements:

pip install -r requirements.txt --upgrade --user

Disclaimer

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

About

:e-mail: Enumerate usernames through SMTP service

License:GNU General Public License v3.0


Languages

Language:Python 100.0%