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 7a9167b commit 7c57277Copy full SHA for 7c57277
modules/auxiliary/scanner/http/owa_login.rb
@@ -166,6 +166,7 @@ def try_user_pass(opts)
166
167
begin
168
start_time = Time.now
169
+
170
res = send_request_cgi({
171
'encode' => true,
172
'uri' => auth_path,
@@ -177,7 +178,6 @@ def try_user_pass(opts)
177
178
if (datastore['AUTH_TIME'].to_s.match(/^(t|y|1)/i))
179
elapsed_time = Time.now - start_time
180
end
-
181
rescue ::Rex::ConnectionError, Errno::ECONNREFUSED, Errno::ETIMEDOUT
182
print_error("#{msg} HTTP Connection Failed, Aborting")
183
return :abort
@@ -325,4 +325,3 @@ def msg
325
326
327
328
0 commit comments