Fix #9036, broken refs in bypassuac_comhijack
Each ref needs to be an individual array.bug/bundler_fix
parent
ae785f9a08
commit
10dafdcb12
|
@ -47,10 +47,8 @@ class MetasploitModule < Msf::Exploit::Local
|
||||||
],
|
],
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0,
|
||||||
'References' => [
|
'References' => [
|
||||||
[
|
['URL', 'https://wikileaks.org/ciav7p1/cms/page_13763373.html'],
|
||||||
'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://github.com/FuzzySecurity/Defcon25/Defcon25_UAC-0day-All-Day_v1.2.pdf',
|
|
||||||
]
|
|
||||||
],
|
],
|
||||||
'DisclosureDate'=> 'Jan 01 1900'
|
'DisclosureDate'=> 'Jan 01 1900'
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue