8000 GitHub - pentestfactory/MailRelay: a little python script to test SMTP servers for relay weaknesses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pentestfactory/MailRelay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MailRelay

a little python script to test SMTP servers for relay weaknesses

Small script for testing open mail relays.

You should always test if internal users can send emails to:

  • other internal users
  • external users
usage: MailRelay.py [-h] --receiver RECEIVER_EMAIL --sender SENDER_EMAIL --targets FILENAME --contact CONTACT [--port PORT] [--ssl]

Open Relay tester

options:
  -h, --help            show this help message and exit
  --receiver RECEIVER_EMAIL
                        Receiver of the mail
  --sender SENDER_EMAIL
                        Sender of the mail
  --targets FILENAME    File with SMTP servers to test
  --contact CONTACT     E-Mail address to forward the mail to
  --port PORT           SMTP port to connect to
  --ssl                 Whether to use SMTP_SSL or not

About

a little python script to test SMTP servers for relay weaknesses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0