Skip to content

Commit 6984e52

Browse files
committed
Fix a typo
1 parent 8a8d6fb commit 6984e52

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def send_request(opts)
218218
cli.connect
219219
req = cli.request_cgi(opts)
220220
res = cli.send_recv(req)
221-
rescue ::EOFError, Errno::ETIMEDOUT, Rex::ConnectionError, ::Timeout::Error => e]
221+
rescue ::EOFError, Errno::ETIMEDOUT, Rex::ConnectionError, ::Timeout::Error => e
222222
raise Rex::ConnectionError, e.message
223223
ensure
224224
cli.close

0 commit comments

Comments
 (0)