Skip to content

Commit 03b70e3

Browse files
committed
Land rapid7#5388, @wchen-r7's fixes rapid7#5373 by add info to BrowserRequiements
2 parents 9ce669f + 2cadd5e commit 03b70e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/exploits/windows/browser/wellintech_kingscada_kxclientdownload.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ def initialize(info = {})
4343
{
4444
:source => /script|headers/i,
4545
:os_name => OperatingSystems::Match::WINDOWS,
46-
:ua_name => /MSIE|KXCLIE/i
46+
:ua_name => /MSIE|KXCLIE/i,
47+
:activex => [
48+
{
49+
clsid: '{1A90B808-6EEF-40FF-A94C-D7C43C847A9F}',
50+
method: 'ProjectURL'
51+
}
52+
],
4753
},
4854
'Payload' =>
4955
{

0 commit comments

Comments
 (0)