Fix #5267, references fixes
commit
5defb50252
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue