Fix issue #7640 where cisco SSL VPN not move despite server responded
Add the "return true" statement that was missing.bug/bundler_fix
parent
b6bb1995ad
commit
ec83a861c8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue