diff --git a/modules/post/windows/gather/enum_tomcat.rb b/modules/post/windows/gather/enum_tomcat.rb index 6c90522b76..7d568a0aa2 100644 --- a/modules/post/windows/gather/enum_tomcat.rb +++ b/modules/post/windows/gather/enum_tomcat.rb @@ -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 ', # Module author