mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Fix some NSEDoc.
This commit is contained in:
parent
9c3f61d870
commit
32c8ee9f1f
5 changed files with 28 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue