Skip to content

mrlew1s/BrokenSMTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrokenSMTP

BrokenSMTP is a python3 BugBounty/Pentesting tool to look for common vulnerabilities on SMTP server.

image

Supported Vulnerability :

  • Feature Enumeration - Enumerate available features on the SMTP Server.

  • Spoofing - The ability to send an email by impersonating another user.

  • User Enumeration - Looking for the possibility to enumerate users with SMTP VFRY command.


Installation :

pip install -r requirments.txt

Usage :

python3 BrokenSMTP.py -t SMTPServer -p Port(s)

  -h, --help            show this help message and exit
  --targets TARGETS, -t TARGETS
                        SMTP target server address or file containing SMTP servers list
  --port PORT, -p PORT  SMTP Targert port or list of port SMTP servers list. Use * for all SMTP Ports.