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 8b90df8 commit 41bdae4Copy full SHA for 41bdae4
modules/exploits/multi/http/webnms_file_upload.rb
@@ -32,8 +32,9 @@ def initialize(info = {})
32
],
33
'License' => MSF_LICENSE,
34
'References' =>
35
- [
36
- [ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ]
+ [ 'CVE', '2016-6600'],
+ [ 'URL', 'https://blogs.securiteam.com/index.php/archives/2712' ],
37
+ [ 'URL', 'http://seclists.org/fulldisclosure/2016/Aug/54' ]
38
39
'DefaultOptions' => { 'WfsDelay' => 15 },
40
'Privileged' => false,
0 commit comments