Skip to content

Commit f20afff

Browse files
committed
Do return instead of abort
1 parent d876efa commit f20afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/cisco_ssl_vpn_priv_esc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def run_host(ip)
208208
# Validate we're dealing with Cisco SSL VPN
209209
unless validate_cisco_ssl_vpn
210210
vprint_error("#{peer} - Does not appear to be Cisco SSL VPN")
211-
:abort
211+
return
212212
end
213213

214214
# This is crude, but I've found this to be somewhat

0 commit comments

Comments
 (0)