Document new version and added arg drda-brute

This commit is contained in:
root@NIH-PenTest-L02 2023-06-16 10:56:40 -04:00
parent 505f425adb
commit 6dc9c4a55e

View file

@ -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"})