Improve Description

GSoC/Meterpreter_Web_Console
Agora Security 2018-07-11 01:27:10 -04:00
parent 00f4d3967c
commit 1f0045fa03
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@ class MetasploitModule < Msf::Auxiliary
def initialize
super(
'Name' => 'Docker Server Version Scanner',
'Description' => 'This module attempts to identify the version of the Docker Server running on a host.',
'Description' => %q{
This module attempts to identify the version of the Docker Server running on a
host. If you wish to see all the information available, set VERBOSE to true.
},
'Author' => [ 'Agora-Security' ],
'License' => MSF_LICENSE
)