Fix issue #7640 where cisco SSL VPN not move despite server responded

Add the "return true" statement that was missing.
bug/bundler_fix
Jin Qian 2016-11-30 16:25:13 -06:00
parent b6bb1995ad
commit ec83a861c8
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class MetasploitModule < Msf::Auxiliary
begin
res = send_request_cgi('uri' => '/', 'method' => 'GET')
vprint_good("Server is responsive...")
return true
rescue ::Rex::ConnectionRefused,
::Rex::HostUnreachable,
::Rex::ConnectionTimeout,