Exploitation also works with flash 13

bug/bundler_fix
jvazquez-r7 2014-04-28 16:23:05 -05:00
parent 8a4c7b22ed
commit 1c88dea7d6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
:ua_name => Msf::HttpClients::IE,
:ua_ver => '10.0',
:mshtml_build => lambda { |ver| ver.to_i < 16843 },
:flash => /^12\./
:flash => /^1[23]\./
},
'DefaultOptions' =>
{