We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1558db3 commit b932aaeCopy full SHA for b932aae
modules/auxiliary/scanner/http/host_header_injection.rb
@@ -21,7 +21,7 @@ def initialize(info = {})
21
'License' => MSF_LICENSE,
22
'References' =>
23
[
24
- ['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
25
['URL', 'http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html']
26
]
27
))
0 commit comments