mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 10:19:03 +00:00
Fix for the NSEDoc missing @args
This commit is contained in:
@@ -130,10 +130,6 @@
|
|||||||
-- For a complete example of a brute implementation consult the
|
-- For a complete example of a brute implementation consult the
|
||||||
-- <code>svn-brute.nse</code> or <code>vnc-brute.nse</code> scripts
|
-- <code>svn-brute.nse</code> or <code>vnc-brute.nse</code> scripts
|
||||||
--
|
--
|
||||||
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
|
||||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
|
||||||
--
|
|
||||||
--
|
|
||||||
-- @args brute.useraspass guess the username as password for each user
|
-- @args brute.useraspass guess the username as password for each user
|
||||||
-- (default: true)
|
-- (default: true)
|
||||||
-- @args brute.unique make sure that each password is only guessed once
|
-- @args brute.unique make sure that each password is only guessed once
|
||||||
@@ -162,6 +158,8 @@
|
|||||||
-- iterator the pass mode will be enabled.
|
-- iterator the pass mode will be enabled.
|
||||||
-- @args brute.credfile a file containing username and password pairs delimited
|
-- @args brute.credfile a file containing username and password pairs delimited
|
||||||
-- by '/'
|
-- by '/'
|
||||||
|
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||||
|
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Version 0.7
|
-- Version 0.7
|
||||||
|
|||||||
Reference in New Issue
Block a user