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 8a8d6fb commit 6984e52Copy full SHA for 6984e52
lib/metasploit/framework/login_scanner/http.rb
@@ -218,7 +218,7 @@ def send_request(opts)
218
cli.connect
219
req = cli.request_cgi(opts)
220
res = cli.send_recv(req)
221
- rescue ::EOFError, Errno::ETIMEDOUT, Rex::ConnectionError, ::Timeout::Error => e]
+ rescue ::EOFError, Errno::ETIMEDOUT, Rex::ConnectionError, ::Timeout::Error => e
222
raise Rex::ConnectionError, e.message
223
ensure
224
cli.close
0 commit comments