Skip to content

Commit 2ee84f4

Browse files
author
Brent Cook
committed
Land rapid7#8027, Restore USERNAME and PASSWORD options for owa_login
2 parents db62151 + 69c7b01 commit 2ee84f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/owa_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def initialize
9292
OptString.new('AD_DOMAIN', [ false, "Optional AD domain to prepend to usernames", ''])
9393
], self.class)
9494

95-
deregister_options('BLANK_PASSWORDS', 'RHOSTS','PASSWORD','USERNAME')
95+
deregister_options('BLANK_PASSWORDS', 'RHOSTS')
9696
end
9797

9898
def setup

0 commit comments

Comments
 (0)