Skip to content

Commit 8b90df8

Browse files
author
Pedro Ribeiro
authored
update links and CVE on webnms_cred_disclosure
1 parent 2dac1e0 commit 8b90df8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/auxiliary/admin/http/webnms_cred_disclosure.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ def initialize(info = {})
3030
'License' => MSF_LICENSE,
3131
'References' =>
3232
[
33-
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ]
33+
[ 'CVE', '2016-6601'],
34+
[ 'CVE', '2016-6602'],
35+
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ],
36+
[ 'URL', 'http://seclists.org/fulldisclosure/2016/Aug/54' ]
3437
],
3538
'DisclosureDate' => 'Jul 4 2016'
3639
)

0 commit comments

Comments
 (0)