Update modules/exploits/windows/browser/mozilla_mchannel.rb

unstable
sput-nick 2012-10-17 12:25:44 -03:00
parent 1a0e53dcbb
commit 60dc83748c
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Metasploit3 < Msf::Exploit::Remote
# check for non vulnerable targets
if agent !~ /NT 5\.1/ or agent !~ /NT 6\.1/ and agent !~ /Firefox\/3\.6\.16/
vprint_error("Target not supported: #{agent}")
print_error("Target not supported: #{agent}")
send_not_found(cli)
return
end