commit
03b70e3714
|
@ -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' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue