Skip to content

Commit ec83a86

Browse files
committed
Fix issue rapid7#7640 where cisco SSL VPN not move despite server responded
Add the "return true" statement that was missing.
1 parent b6bb199 commit ec83a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/http/cisco_ssl_vpn.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def check_conn?
8484
begin
8585
res = send_request_cgi('uri' => '/', 'method' => 'GET')
8686
vprint_good("Server is responsive...")
87+
return true
8788
rescue ::Rex::ConnectionRefused,
8889
::Rex::HostUnreachable,
8990
::Rex::ConnectionTimeout,

0 commit comments

Comments
 (0)