diff --git a/scripts/drda-brute.nse b/scripts/drda-brute.nse
index 67d95e204..20110ca59 100644
--- a/scripts/drda-brute.nse
+++ b/scripts/drda-brute.nse
@@ -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 "SAMPLE").
+-- @args drda-brute.useraspass whether or not to try using the username
+-- as the password (default false).
--
-- @usage
-- nmap -p 50000 --script drda-brute
@@ -36,6 +38,7 @@ categories={"intrusive", "brute"}
-- Revised 05/10/2010 - v0.3 - revised parallelised design
-- Revised 08/14/2010 - v0.4 - renamed script and library from db2* to drda*
-- 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"})