Skip to content

Commit 41bdae4

Browse files
author
Pedro Ribeiro
authored
update links and CVE on webnms_file_upload
1 parent 8b90df8 commit 41bdae4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/http/webnms_file_upload.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ def initialize(info = {})
3232
],
3333
'License' => MSF_LICENSE,
3434
'References' =>
35-
[
36-
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ]
35+
[ 'CVE', '2016-6600'],
36+
[ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ],
37+
[ 'URL', 'http://seclists.org/fulldisclosure/2016/Aug/54' ]
3738
],
3839
'DefaultOptions' => { 'WfsDelay' => 15 },
3940
'Privileged' => false,

0 commit comments

Comments
 (0)