Do return instead of abort
parent
d876efaa0f
commit
f20afff1a8
|
@ -208,7 +208,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
# Validate we're dealing with Cisco SSL VPN
|
# Validate we're dealing with Cisco SSL VPN
|
||||||
unless validate_cisco_ssl_vpn
|
unless validate_cisco_ssl_vpn
|
||||||
vprint_error("#{peer} - Does not appear to be Cisco SSL VPN")
|
vprint_error("#{peer} - Does not appear to be Cisco SSL VPN")
|
||||||
:abort
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
# This is crude, but I've found this to be somewhat
|
# This is crude, but I've found this to be somewhat
|
||||||
|
|
Loading…
Reference in New Issue