Land #3140, @wchen-r7's requirements for ms14_012_textrange

bug/bundler_fix
jvazquez-r7 2014-03-26 14:07:05 -05:00
commit 7ce71445fe
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@ class Metasploit3 < Msf::Exploit::Remote
:source => /script/i,
:os_name => OperatingSystems::WINDOWS,
:ua_name => HttpClients::IE,
:office => "2010"
#:ua_ver => '9.0' # Some fingerprinting issue w/ os_detect, disabled for now
:office => "2010",
:ua_ver => '9.0',
:mshtml_build => lambda { |ver| ver.to_i.between?(16496, 16533) } # Covers MS13-Jul to MS14-Feb
},
'Targets' =>
[