parent
a42c7a81e7
commit
a88ee0911a
|
@ -58,10 +58,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'BrowserRequirements' =>
|
'BrowserRequirements' =>
|
||||||
{
|
{
|
||||||
:source => /script/i,
|
:source => /script/i,
|
||||||
:os_name => OperatingSystems::WINDOWS,
|
:os_name => 'Windows 7',
|
||||||
:ua_name => HttpClients::IE,
|
:ua_name => HttpClients::IE,
|
||||||
:ua_ver => "9.0",
|
:ua_ver => "9.0",
|
||||||
:os_flavor => "7",
|
|
||||||
:java => /1\.6|6\.0/,
|
:java => /1\.6|6\.0/,
|
||||||
:mshtml_build => lambda { |ver| ver.to_i.between?(16446, 16490) } # May 17 mshtml to MS13-Jun
|
:mshtml_build => lambda { |ver| ver.to_i.between?(16446, 16490) } # May 17 mshtml to MS13-Jun
|
||||||
},
|
},
|
||||||
|
|
|
@ -44,8 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'BrowserRequirements' =>
|
'BrowserRequirements' =>
|
||||||
{
|
{
|
||||||
:source => /script|headers/i,
|
:source => /script|headers/i,
|
||||||
:os_name => Msf::OperatingSystems::WINDOWS,
|
:os_name => 'Windows 7',
|
||||||
:os_flavor => Msf::OperatingSystems::WindowsVersions::SEVEN,
|
|
||||||
:ua_name => Msf::HttpClients::IE,
|
:ua_name => Msf::HttpClients::IE,
|
||||||
:ua_ver => '10.0',
|
:ua_ver => '10.0',
|
||||||
:mshtml_build => lambda { |ver| ver.to_i < 16843 },
|
:mshtml_build => lambda { |ver| ver.to_i < 16843 },
|
||||||
|
|
Loading…
Reference in New Issue