-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Nmap: Network Exploration and Security Auditing Cookbook - Second Edition
By :
Open relays are insecure mail servers that allow third-party domains to use them without authorization. They are abused by spammers and phishers, and they present a serious risk to organizations because public spam blacklists may add the relay servers and affect the entire organization depending on e-mails reaching its destination.
This recipe shows how to detect SMTP open relays with Nmap.
Open your terminal and enter the following Nmap command:
$ nmap -sV --script smtp-open-relay -v <target>The output returns the number of tests that passed, if the SMTP server is an open relay, and the command combination used:
Host script results: | smtp-open-relay: Server is an open relay (1/16 tests) |_MAIL FROM:<[email protected]> -> RCPT TO: <[email protected]>
The smtp-open-relay script was submitted by Arturo Buanzo Busleiman, and it attempts 16 different tests to determine if an SMTP server allows...
Change the font size
Change margin width
Change background colour