From a4531e62a0272b80d33002b2aef2374f70280add Mon Sep 17 00:00:00 2001 From: William Vu Date: Wed, 29 Apr 2015 14:21:08 -0500 Subject: [PATCH] Clean up references --- .../antivirus/symantec_endpoint_manager_rce.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/exploits/windows/antivirus/symantec_endpoint_manager_rce.rb b/modules/exploits/windows/antivirus/symantec_endpoint_manager_rce.rb index d60c754db8..b85a120157 100644 --- a/modules/exploits/windows/antivirus/symantec_endpoint_manager_rce.rb +++ b/modules/exploits/windows/antivirus/symantec_endpoint_manager_rce.rb @@ -32,12 +32,12 @@ class Metasploit3 < Msf::Exploit::Remote 'License' => MSF_LICENSE, 'References' => [ - [ 'CVE', '2013-5014' ], - [ 'CVE', '2013-5015' ], - [ 'EDB', '31853'], - [ 'OSVDB', '103305'], - [ 'OSVDB', '103306'], - [ 'URL', 'https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt' ] + ['CVE', '2013-5014'], + ['CVE', '2013-5015'], + ['OSVDB', '103305'], + ['OSVDB', '103306'], + ['EDB', '31853'], + ['URL', 'https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt'] ], 'Arch' => ARCH_X86, 'Platform' => 'win',