Skip to content

Commit 10dafdc

Browse files
committed
Fix rapid7#9036, broken refs in bypassuac_comhijack
Each ref needs to be an individual array.
1 parent ae785f9 commit 10dafdc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/exploits/windows/local/bypassuac_comhijack.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ def initialize(info={})
4747
],
4848
'DefaultTarget' => 0,
4949
'References' => [
50-
[
51-
'URL', 'https://wikileaks.org/ciav7p1/cms/page_13763373.html',
52-
'URL', 'https://github.com/FuzzySecurity/Defcon25/Defcon25_UAC-0day-All-Day_v1.2.pdf',
53-
]
50+
['URL', 'https://wikileaks.org/ciav7p1/cms/page_13763373.html'],
51+
['URL', 'https://github.com/FuzzySecurity/Defcon25/Defcon25_UAC-0day-All-Day_v1.2.pdf']
5452
],
5553
'DisclosureDate'=> 'Jan 01 1900'
5654
))

0 commit comments

Comments
 (0)