1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 11:49:01 +00:00

Updated scripts' documentation.

This commit is contained in:
batrick
2008-08-16 00:24:32 +00:00
parent fbfc2fa045
commit b90ba111c9
4 changed files with 110 additions and 55 deletions

View File

@@ -1,7 +1,15 @@
-- SMTP supported commands gathering script
-- Version History
-- 1.0.0.0 - 2007-06-12
--- 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