Update post module Apache Tomcat description
This module's description needs to be more descriptive, otherwise you kind of have to pull the source code to see what it actually does for you.bug/bundler_fix
parent
a02e0ee3e4
commit
a8af050c16
|
@ -16,8 +16,12 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
def initialize(info={})
|
||||
super( update_info( info,
|
||||
'Name' => 'Windows Gather Tomcat Server Enumeration',
|
||||
'Description' => %q{ This module will enumerate a windows system for tomcat servers},
|
||||
'Name' => 'Windows Gather Apache Tomcat Enumeration',
|
||||
'Description' => %q{
|
||||
This module will collect information from a Windows-based Apache Tomcat. You will get
|
||||
information such as: The installation path, Tomcat version, port, web applications,
|
||||
users, passwords, roles, etc.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [
|
||||
'Barry Shteiman <barry[at]sectorix.com>', # Module author
|
||||
|
|
Loading…
Reference in New Issue