Land #2706, @wchen-r7's enum_tomcat description update
commit
d18d30a35e
|
@ -16,8 +16,12 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Windows Gather Tomcat Server Enumeration',
|
'Name' => 'Windows Gather Apache Tomcat Enumeration',
|
||||||
'Description' => %q{ This module will enumerate a windows system for tomcat servers},
|
'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,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [
|
'Author' => [
|
||||||
'Barry Shteiman <barry[at]sectorix.com>', # Module author
|
'Barry Shteiman <barry[at]sectorix.com>', # Module author
|
||||||
|
|
Loading…
Reference in New Issue