From a8af050c16cb9b279c50e4dba713542bc5e36033 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Wed, 27 Nov 2013 19:21:27 -0600 Subject: [PATCH] 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. --- modules/post/windows/gather/enum_tomcat.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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