Land #5388, @wchen-r7's fixes #5373 by add info to BrowserRequiements

unstable
jvazquez-r7 2015-05-22 10:21:59 -05:00
commit 03b70e3714
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,13 @@ class Metasploit3 < Msf::Exploit::Remote
{
:source => /script|headers/i,
:os_name => OperatingSystems::Match::WINDOWS,
:ua_name => /MSIE|KXCLIE/i
:ua_name => /MSIE|KXCLIE/i,
:activex => [
{
clsid: '{1A90B808-6EEF-40FF-A94C-D7C43C847A9F}',
method: 'ProjectURL'
}
],
},
'Payload' =>
{