Skip to content

Commit b932aae

Browse files
committed
reference typo fix
1 parent 1558db3 commit b932aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/host_header_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'License' => MSF_LICENSE,
2222
'References' =>
2323
[
24-
['CVE', 'CVE-2016-10073'], # validate, an instance of a described attack approach from the original reference
24+
['CVE', '2016-10073'], # validate, an instance of a described attack approach from the original reference
2525
['URL', 'http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html']
2626
]
2727
))

0 commit comments

Comments
 (0)