Skip to content

Commit 7c57277

Browse files
committed
Fix whitespace
1 parent 7a9167b commit 7c57277

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/scanner/http/owa_login.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def try_user_pass(opts)
166166

167167
begin
168168
start_time = Time.now
169+
169170
res = send_request_cgi({
170171
'encode' => true,
171172
'uri' => auth_path,
@@ -177,7 +178,6 @@ def try_user_pass(opts)
177178
if (datastore['AUTH_TIME'].to_s.match(/^(t|y|1)/i))
178179
elapsed_time = Time.now - start_time
179180
end
180-
181181
rescue ::Rex::ConnectionError, Errno::ECONNREFUSED, Errno::ETIMEDOUT
182182
print_error("#{msg} HTTP Connection Failed, Aborting")
183183
return :abort
@@ -325,4 +325,3 @@ def msg
325325
end
326326

327327
end
328-

0 commit comments

Comments
 (0)