1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

reference typo fix

This commit is contained in:
Jeffrey Martin 2017-06-06 11:50:07 -05:00
parent 1558db375d
commit b932aae82e
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171

View File

@ -21,7 +21,7 @@ class MetasploitModule < Msf::Auxiliary
'License' => MSF_LICENSE,
'References' =>
[
['CVE', 'CVE-2016-10073'], # validate, an instance of a described attack approach from the original reference
['CVE', '2016-10073'], # validate, an instance of a described attack approach from the original reference
['URL', 'http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html']
]
))