parent
394d132d33
commit
a42c7a81e7
|
@ -54,10 +54,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",
|
|
||||||
:office => /2007|2010/
|
:office => /2007|2010/
|
||||||
},
|
},
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
|
|
Loading…
Reference in New Issue