Index: smtp-open-relay.nse =================================================================== --- smtp-open-relay.nse (revision 26106) +++ smtp-open-relay.nse (working copy) @@ -39,7 +39,7 @@ -- * 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) --- 2009-09-20 Duarte Silva +-- 2009-09-20 Duarte Silva -- * Rewrote the script -- + Added documentation and some more comments -- + Parameter to define the domain to be used instead of "ourdomain" variable @@ -47,21 +47,21 @@ -- * Script now detects servers that enforce authentication -- * Changed script categories from demo to discovery and intrusive -- * Renamed "spamtest" strings to "antispam" --- 2010-02-20 Duarte Silva +-- 2010-02-20 Duarte Silva -- * Renamed script parameters to follow the new naming convention -- * Fixed problem with broken connections -- * Changed script output to show all the successful tests -- * Changed from string concatenation to string formatting -- + External category -- + Now the script will issue the QUIT message as specified in the SMTP RFC --- 2010-02-27 Duarte Silva +-- 2010-02-27 Duarte Silva -- + More information in the script description -- + Script will output the reason for failed commands (at the connection level) -- * If some combinations were already found before an error, the script will report them --- 2010-03-07 Duarte Silva +-- 2010-03-07 Duarte Silva -- * Fixed socket left open when receive_lines function call fails -- * Minor comments changes --- 2010-03-14 Duarte Silva +-- 2010-03-14 Duarte Silva -- * Made the script a little more verbose -- 2011-06-03 -- * Rewrite the script to use the smtp.lua library. Index: smtp-enum-users.nse =================================================================== --- smtp-enum-users.nse (revision 26106) +++ smtp-enum-users.nse (working copy) @@ -28,9 +28,9 @@ -- @args smtp-enum-users.methods Define the methods and order to be used by the script (EXPN, VRFY, RCPT) -- changelog --- 2010-03-07 Duarte Silva +-- 2010-03-07 Duarte Silva -- * First version ;) --- 2010-03-14 Duarte Silva +-- 2010-03-14 Duarte Silva -- * Credits to David Fifield and Ron Bowes for the following changes -- * Changed the way the user defines which method is used -- + Script now handles 252 and 550 SMTP status codes @@ -40,7 +40,7 @@ -- * Rewrite the script to use the smtp.lua library. ----------------------------------------------------------------------- -author = "Duarte Silva " +author = "Duarte Silva " license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery","external","intrusive"}