1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Fix os detection

See #4283
This commit is contained in:
sinn3r 2014-12-02 01:13:51 -06:00
parent 394d132d33
commit a42c7a81e7

View File

@ -54,10 +54,9 @@ class Metasploit3 < Msf::Exploit::Remote
'BrowserRequirements' =>
{
:source => /script/i,
:os_name => OperatingSystems::WINDOWS,
:os_name => 'Windows 7',
:ua_name => HttpClients::IE,
:ua_ver => "9.0",
:os_flavor => "7",
:office => /2007|2010/
},
'Targets' =>