Land #2706, @wchen-r7's enum_tomcat description update

bug/bundler_fix
jvazquez-r7 2013-12-02 09:01:53 -06:00
commit d18d30a35e
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 6 additions and 2 deletions

View File

@ -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