Land #3140, @wchen-r7's requirements for ms14_012_textrange
commit
7ce71445fe
|
@ -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' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue