From 6b7652513e1d0fb53f92665a6d4858e67485fa8a Mon Sep 17 00:00:00 2001 From: nnposter Date: Sat, 4 Oct 2025 21:39:16 +0000 Subject: [PATCH] Remove a repeated word --- nselib/brute.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/brute.lua b/nselib/brute.lua index 2d262c838..2c48f2eed 100644 --- a/nselib/brute.lua +++ b/nselib/brute.lua @@ -246,7 +246,7 @@ -- @args brute.mode can be user, pass or creds and determines what mode to run -- the engine in. -- * user - the unpwdb library is used to guess passwords, every password --- password is tried for each user. (The user iterator is in the +-- is tried for each user. (The user iterator is in the -- outer loop) -- * pass - the unpwdb library is used to guess passwords, each password -- is tried for every user. (The password iterator is in the