Fix #9036, broken refs in bypassuac_comhijack

Each ref needs to be an individual array.
bug/bundler_fix
William Vu 2017-10-03 13:36:29 -05:00
parent ae785f9a08
commit 10dafdcb12
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 2 additions and 4 deletions

View File

@ -47,10 +47,8 @@ class MetasploitModule < Msf::Exploit::Local
],
'DefaultTarget' => 0,
'References' => [
[
'URL', 'https://wikileaks.org/ciav7p1/cms/page_13763373.html',
'URL', 'https://github.com/FuzzySecurity/Defcon25/Defcon25_UAC-0day-All-Day_v1.2.pdf',
]
['URL', 'https://wikileaks.org/ciav7p1/cms/page_13763373.html'],
['URL', 'https://github.com/FuzzySecurity/Defcon25/Defcon25_UAC-0day-All-Day_v1.2.pdf']
],
'DisclosureDate'=> 'Jan 01 1900'
))