Fix os detection

See #4283
bug/bundler_fix
sinn3r 2014-12-02 01:13:51 -06:00
parent 394d132d33
commit a42c7a81e7
1 changed files with 1 additions and 2 deletions

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' =>