diff --git a/scripts/SMTP_openrelay_test.nse b/scripts/SMTP_openrelay_test.nse index 5d02e680e..6b7c54b93 100644 --- a/scripts/SMTP_openrelay_test.nse +++ b/scripts/SMTP_openrelay_test.nse @@ -1,15 +1,18 @@ -- Arturo 'Buanzo' Busleiman / www.buanzo.com.ar / linux-consulting.buanzo.com.ar -- See Nmap's COPYING file for licence details -- This is version 20070516. --- Changelog: + Added some strings to return in different places. --- * Changed "HELO www.[ourdomain]" to "EHLO [ourdomain]". --- * Fixed some API differences --- * The "ourdomain" variable's contents are used instead of hardcoded "insecure.org". Settable by the user. --- * Fixed tags -> categories (reported by Jason DePriest to nmap-dev) +-- Changelog: +-- * I changed it to the "demo" category until we figure out what +-- to do about using real hostnames. -Fyodor +-- + Added some strings to return in different places. +-- * Changed "HELO www.[ourdomain]" to "EHLO [ourdomain]". +-- * Fixed some API differences +-- * The "ourdomain" variable's contents are used instead of hardcoded "insecure.org". Settable by the user. +-- * Fixed tags -> categories (reported by Jason DePriest to nmap-dev) id="Open Relay SMTP" description="Checks to see if a SMTP server is an open relay" -categories = {"intrusive"} +categories = {"demo"} ourdomain="scanme.org"