From 10dafdcb12fa77fe18a9931192bf205e698b8c15 Mon Sep 17 00:00:00 2001 From: William Vu Date: Tue, 3 Oct 2017 13:36:29 -0500 Subject: [PATCH] Fix #9036, broken refs in bypassuac_comhijack Each ref needs to be an individual array. --- modules/exploits/windows/local/bypassuac_comhijack.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/exploits/windows/local/bypassuac_comhijack.rb b/modules/exploits/windows/local/bypassuac_comhijack.rb index 4f2988e065..b627653a94 100644 --- a/modules/exploits/windows/local/bypassuac_comhijack.rb +++ b/modules/exploits/windows/local/bypassuac_comhijack.rb @@ -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' ))