Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SMTPTester — small python3 tool to check common vulnerabilities in SMTP servers | Kitploit
Tools/GitHubGitHub/xfreed0m/smtptester
Vulnerability ScannersInformation GatheringPenetration TestingEmail Security
GitHubxfreed0m/smtptester

SMTPTester

small python3 tool to check common vulnerabilities in SMTP servers

View Repository
164353 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 exist within the organization.

How to use it

First, install the needed dependencies:

root@kitploit:~
pip install -r requirements.txt

Second, run the tool with the needed flags:

root@kitploit:~
python SMTPTester.py --tester [tester email] --targets [SMTP IP or file containing multiple IPs]

Options to consider

  • -i\--internal
    • testing only for mail spoofing
  • -e\--external
    • only testing for mail relay
  • -v\--vrfy
    • only perform user enumeration the tool will perform both internal and external when no specific test type is specified, and will append the output to a log file on the same folder as the SMTPTester.py file.

Issues, bugs and other code-issues

Yeah, I know, this code isn't the best. I'm fine with it as I'm not a developer and this is part of my learning process. If there is an option to do some of it better, please, let me know.

Not how many, but where.

v0.1

Download Tool