1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Fix some NSEDoc.

This commit is contained in:
david
2010-06-24 17:01:55 +00:00
parent 9c3f61d870
commit 32c8ee9f1f
5 changed files with 28 additions and 28 deletions

View File

@@ -56,7 +56,7 @@ end
-- @param host table with information as recieved by <code>action</code>
-- @param port table with information as recieved by <code>action</code>
-- @param database string containing the database name
-- @param username string containing the username against which to guess
-- @param creds an iterator producing username, password pairs
-- @param valid_accounts table in which to store found accounts
doLogin = function( host, port, database, creds, valid_accounts )
local helper, status, response, passwords

View File

@@ -15,7 +15,7 @@ SMTP server.
--
-- @args smtp-commands.domain Define the domain to be used in the SMTP commands
--
-- @changelog
-- changelog
-- 1.1.0.0 - 2007-10-12
-- + added HELP command in addition to EHLO
-- 1.2.0.0 - 2008-05-19