SMTPTester: check common vulnerabilities in SMTP servers
SMTPTester
SMTPTester is a python3 tool to test SMTP server for 3 common vulnerabilities:
- Spoofing – The ability to send a mail on behalf of an internal user
- Relay – Using this SMTP server to send email to other address outside of the organization
- user enumeration – using the SMTP VRFY command to check if specific username and\or email address exists
within the organization.
Install
git clone https://github.com/xFreed0m/SMTPTester.git
cd SMTPTester
pip install -r requirments.txt
Use
Copyright (C) 2019 xFreed0m
Source: https://github.com/xFreed0m/