Skip to content

Script to test SMTP Open Relay (Great for Social Engineering Engagements)

Notifications You must be signed in to change notification settings

nullg0re/open-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

open-relay

Script to test SMTP Open Relay (Great for Social Engineering Engagements)

Help Menu:

usage: open-relay.py [-h] -t TARGET -p PORT -s SENDER -r RECEIVER -d DOMAIN

SMTP Username Enumeration

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Target IP
  -p PORT, --port PORT  SMTP PORT
  -s SENDER, --sender SENDER
                        Senders email
  -r RECEIVER, --receiver RECEIVER
                        Receivers email
  -d DOMAIN, --domain DOMAIN
                        HELO domain.com

Example Usage:

./open-relay.py -t <TARGET-IP> -p 25 -s <[email protected]> -r <[email protected]> -d <DOMAIN-USED-FOR-HELO>

About

Script to test SMTP Open Relay (Great for Social Engineering Engagements)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages