Beautify metadata
parent
26d9ef4edd
commit
a549cbbef8
|
@ -12,12 +12,12 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => "ManageEngine NetFlow Analyzer Arbitrary File Download",
|
'Name' => 'ManageEngine NetFlow Analyzer Arbitrary File Download',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits an arbitrary file download vulnerability in CSVServlet
|
This module exploits an arbitrary file download vulnerability in CSVServlet
|
||||||
on ManageEngine NetFlow Analyzer.
|
on ManageEngine NetFlow Analyzer. This module has been tested on both Windows
|
||||||
This module has been tested on both Windows and Linux with versions 8.6 to 10.2.
|
and Linux with versions 8.6 to 10.2. Windows paths have to be escaped with 4
|
||||||
Windows paths have to be escaped with 4 backslashes on the command line.
|
backslashes on the command line.
|
||||||
},
|
},
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue