Land #2706, @wchen-r7's enum_tomcat description update
commit
d18d30a35e
|
@ -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