From 519d93da6da9d93261cd7da858afb0ca85b2930e Mon Sep 17 00:00:00 2001 From: gorjan Date: Wed, 6 Jul 2011 20:19:20 +0000 Subject: [PATCH] Fix for the NSEDoc missing @args --- nselib/brute.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nselib/brute.lua b/nselib/brute.lua index c29894789..e1688387a 100644 --- a/nselib/brute.lua +++ b/nselib/brute.lua @@ -130,10 +130,6 @@ -- For a complete example of a brute implementation consult the -- svn-brute.nse or vnc-brute.nse scripts -- --- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " --- --- -- @args brute.useraspass guess the username as password for each user -- (default: true) -- @args brute.unique make sure that each password is only guessed once @@ -162,6 +158,8 @@ -- iterator the pass mode will be enabled. -- @args brute.credfile a file containing username and password pairs delimited -- by '/' +-- @author "Patrik Karlsson " +-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html -- -- Version 0.7