Skip to content

Commit 69c7b01

Browse files
committed
Restore USERNAME and PASSWORD options for owa_login
Requested by our own pentesters, the username & password options should be restored so users can more easily try one password but multiple users.
1 parent a8c6a91 commit 69c7b01

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)