Land #9676, correcting CVE and adding disclosure date for memcached

amplification
4.x
Jon Hart 2018-03-06 16:18:34 -08:00 committed by Metasploit
parent 4ef90d8d6c
commit 64019d3301
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
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']
]
)