Remove debugging code
parent
c8c73b076d
commit
12395c719f
|
@ -89,9 +89,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# Avoid the attack if the victim doesn't have the same setup we're targeting
|
||||
if my_target.nil?
|
||||
print_error("Browser not supported, will not launch attack: #{agent.to_s}: #{cli.peerhost}:#{cli.peerport}")
|
||||
#send_not_found(cli)
|
||||
#return
|
||||
my_target = targets[1]
|
||||
send_not_found(cli)
|
||||
return
|
||||
end
|
||||
|
||||
# The SWF requests our MP4 trigger
|
||||
|
|
Loading…
Reference in New Issue