We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e098e4 commit a863005Copy full SHA for a863005
modules/auxiliary/scanner/http/owa_login.rb
@@ -115,9 +115,9 @@ def run
115
auth_path = action.opts['AuthPath']
116
inbox_path = action.opts['InboxPath']
117
login_check = action.opts['InboxCheck']
118
-
+
119
domain = nil
120
121
if datastore['AD_DOMAIN'].nil? or datastore['AD_DOMAIN'] == ''
122
if datastore['ENUM_DOMAIN']
123
domain = get_ad_domain
@@ -143,10 +143,10 @@ def try_user_pass(opts)
143
inbox_path = opts["inbox_path"]
144
login_check = opts["login_check"]
145
vhost = opts["vhost"]
146
- domain = opts["domain"]
147
+ domain = opts["domain"]
148
user = domain + '\\' + user if domain
149
150
headers = {
151
'Cookie' => 'PBack=0'
152
}
0 commit comments