1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Updated SMTPcommands script.

This commit is contained in:
batrick
2008-08-16 05:05:39 +00:00
parent 462c289f4a
commit 9a1831cdfc

View File

@@ -1,14 +1,13 @@
--- Attempts to use EHLO and HELP to gather the Extended commands an
--- SMTP supported commands gathering script \n
-- \n
-- Attempts to use EHLO and HELP to gather the Extended commands an
-- SMTP server supports.
-- \n
-- SMTP supported commands gathering script \n
-- @release 1.3.1.0
-- @output
-- 25/tcp open smtp \n
-- | SMTPcommands: EHLO uninvited.example.net Hello root at localhost [127.0.0.1], SIZE 52428800, PIPELINING, 250 HELP \n
-- |_ HELP Commands supported:, , AUTH HELO EHLO MAIL RCPT DATA NOOP QUIT RSET HELP \n
-- Version History
-- 1.1.0.0 - 2007-10-12
-- + added HELP command in addition to EHLO
@@ -31,6 +30,9 @@
-- + minor tweaks to get it working when one of the requests fails
-- but not both of them.
-- 1.5.0.0 - 2008-08-15
-- + updated to use the nsedoc documentation system
-- Cribbed heavily from Thomas Buchanan's SQL version detection
-- script and from Arturo 'Buanzo' Busleiman's SMTP open relay
-- detector script.