Skip to content

Commit a549cbb

Browse files
committed
Beautify metadata
1 parent 26d9ef4 commit a549cbb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/auxiliary/admin/http/netflow_file_download.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ class Metasploit3 < Msf::Auxiliary
1212

1313
def initialize(info={})
1414
super(update_info(info,
15-
'Name' => "ManageEngine NetFlow Analyzer Arbitrary File Download",
15+
'Name' => 'ManageEngine NetFlow Analyzer Arbitrary File Download',
1616
'Description' => %q{
17-
This module exploits an arbitrary file download vulnerability in CSVServlet
18-
on ManageEngine NetFlow Analyzer.
19-
This module has been tested on both Windows and Linux with versions 8.6 to 10.2.
20-
Windows paths have to be escaped with 4 backslashes on the command line.
17+
This module exploits an arbitrary file download vulnerability in CSVServlet
18+
on ManageEngine NetFlow Analyzer. This module has been tested on both Windows
19+
and Linux with versions 8.6 to 10.2. Windows paths have to be escaped with 4
20+
backslashes on the command line.
2121
},
22-
'Author' =>
22+
'Author' =>
2323
[
2424
'Pedro Ribeiro <pedrib[at]gmail.com>', # Vulnerability Discovery and Metasploit module
2525
],
26-
'License' => MSF_LICENSE,
26+
'License' => MSF_LICENSE,
2727
'References' =>
2828
[
2929
[ 'CVE', '2014-5445' ],

0 commit comments

Comments
 (0)