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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user