Fix condition

bug/bundler_fix
jvazquez-r7 2013-08-12 23:05:26 -05:00
parent 568181de84
commit bc9a26d4ee
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Metasploit3 < Msf::Exploit::Remote
return
end
if agent !~ /Firefox\/17/ or agent !~ /Firefox\/21/
if agent !~ /Firefox\/17/ and agent !~ /Firefox\/21/
print_error("Browser not supported, sending 404: #{agent}")
send_not_found(cli)
return