Skip to content

chrispetrou/smtp_enum_users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages