Beautify metadata

bug/bundler_fix
jvazquez-r7 2014-11-30 18:44:03 -06:00
parent 26d9ef4edd
commit a549cbbef8
1 changed files with 7 additions and 7 deletions

View File

@ -12,18 +12,18 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info={})
super(update_info(info,
'Name' => "ManageEngine NetFlow Analyzer Arbitrary File Download",
'Name' => 'ManageEngine NetFlow Analyzer Arbitrary File Download',
'Description' => %q{
This module exploits an arbitrary file download vulnerability in CSVServlet
on ManageEngine NetFlow Analyzer.
This module has been tested on both Windows and Linux with versions 8.6 to 10.2.
Windows paths have to be escaped with 4 backslashes on the command line.
This module exploits an arbitrary file download vulnerability in CSVServlet
on ManageEngine NetFlow Analyzer. This module has been tested on both Windows
and Linux with versions 8.6 to 10.2. Windows paths have to be escaped with 4
backslashes on the command line.
},
'Author' =>
'Author' =>
[
'Pedro Ribeiro <pedrib[at]gmail.com>', # Vulnerability Discovery and Metasploit module
],
'License' => MSF_LICENSE,
'License' => MSF_LICENSE,
'References' =>
[
[ 'CVE', '2014-5445' ],