Add disclosure date and correct CVE for memcached amp

GSoC/Meterpreter_Web_Console
Jon Hart 2018-03-06 16:04:00 -08:00
parent ccbc7fcefe
commit e72372d6d8
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 2 additions and 1 deletions

View File

@ -24,10 +24,11 @@ class MetasploitModule < Msf::Auxiliary
'Jon Hart <jon_hart@rapid7.com>', # Metasploit scanner module
],
'License' => MSF_LICENSE,
'DisclosureDate' => 'Feb 27, 2018',
'References' =>
[
['URL', 'https://blog.cloudflare.com/memcrashed-major-amplification-attacks-from-port-11211/'],
['CVE', '2018-100015']
['CVE', '2018-1000115']
]
)