Fixed date format issue and added Bugtraq ID
parent
4644ad8966
commit
c03466d2f2
|
@ -30,6 +30,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'References' =>
|
||||
[
|
||||
[ "CVE", "2018-15961" ],
|
||||
[ "BID", "105314" ],
|
||||
[ "URL", "https://helpx.adobe.com/fr/security/products/coldfusion/apsb18-33.html" ]
|
||||
],
|
||||
'Privileged' => false,
|
||||
|
@ -59,7 +60,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
],
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => '11 septembre 2018'
|
||||
'DisclosureDate' => 'Sep 11 2018'
|
||||
))
|
||||
|
||||
register_options(
|
||||
|
|
Loading…
Reference in New Issue