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 9611bfd commit ef948ccCopy full SHA for ef948cc
modules/auxiliary/scanner/telnet/telnet_encrypt_overflow.rb
@@ -127,7 +127,7 @@ def run_host(ip)
127
rescue ::Rex::ConnectionError, ::Errno::ECONNRESET => e
128
print_error("A network issue has occurred: #{e.message}")
129
elog("#{e.class} #{e.message}\n#{e.backtrace * "\n"}")
130
- rescue Timeout::Error
+ rescue Timeout::Error => e
131
print_error("#{target_host}:#{rport} Timed out after #{to} seconds")
132
133
rescue ::Exception => e
0 commit comments