mirror of
https://github.com/nmap/nmap.git
synced 2026-08-29 04:53:24 +00:00
Document new version and added arg drda-brute
This commit is contained in:
parent
505f425adb
commit
6dc9c4a55e
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ Performs password guessing against databases supporting the IBM DB2 protocol suc
|
|||
-- force in parallel (default 10).
|
||||
-- @args drda-brute.dbname the database name against which to guess
|
||||
-- passwords (default <code>"SAMPLE"</code>).
|
||||
-- @args drda-brute.useraspass whether or not to try using the username
|
||||
-- as the password (default <code>false</code>).
|
||||
--
|
||||
-- @usage
|
||||
-- nmap -p 50000 --script drda-brute <target>
|
||||
|
|
@ -36,6 +38,7 @@ categories={"intrusive", "brute"}
|
|||
-- Revised 05/10/2010 - v0.3 - revised parallelised design <patrik@cqure.net>
|
||||
-- Revised 08/14/2010 - v0.4 - renamed script and library from db2* to drda* <patrik@cqure.net>
|
||||
-- Revised 09/09/2011 - v0.5 - changed account status text to be more consistent with other *-brute scripts
|
||||
-- Revised 06/16/2023 - v0.6 - added support for useraspass argument
|
||||
|
||||
portrule = shortport.port_or_service({50000,60000}, {"drda","ibm-db2"}, "tcp", {"open", "open|filtered"})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue