mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Note some default values for unpwdb args
This commit is contained in:
parent
7b4180b8d7
commit
a8abc95712
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@
|
|||
-- nmap --script-args userdb=/tmp/user.lst
|
||||
-- nmap --script-args unpwdb.timelimit=10m
|
||||
--
|
||||
-- @args userdb The filename of an alternate username database.
|
||||
-- @args passdb The filename of an alternate password database.
|
||||
-- @args userdb The filename of an alternate username database. Default: nselib/data/usernames.lst
|
||||
-- @args passdb The filename of an alternate password database. Default: nselib/data/passwords.lst
|
||||
-- @args unpwdb.userlimit The maximum number of usernames
|
||||
-- <code>usernames</code> will return (default unlimited).
|
||||
-- @args unpwdb.passlimit The maximum number of passwords
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue