From 0ea8936c0d9452514c19cdc1bbace15dfad33c8e Mon Sep 17 00:00:00 2001 From: HD Moore Date: Mon, 13 Jun 2011 03:35:32 +0000 Subject: [PATCH] Fix module titles to be consistent git-svn-id: file:///home/svn/framework3/trunk@12935 4d416f70-5f16-0410-b530-b9f4589650da --- modules/post/linux/gather/enum_cron.rb | 3 ++- modules/post/linux/gather/enum_linux.rb | 9 +++++---- modules/post/linux/gather/enum_services.rb | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/modules/post/linux/gather/enum_cron.rb b/modules/post/linux/gather/enum_cron.rb index 4db53ef31a..23517b0b3c 100644 --- a/modules/post/linux/gather/enum_cron.rb +++ b/modules/post/linux/gather/enum_cron.rb @@ -24,7 +24,7 @@ class Metasploit3 < Msf::Post def initialize(info={}) super( update_info( info, - 'Name' => 'Enumerate cron jobs on linux', + 'Name' => 'Linux Cron Job Enumeration', 'Description' => %q{ This module lists cron jobs for each user on the machine and saves it to loot. }, @@ -81,3 +81,4 @@ class Metasploit3 < Msf::Post end end + diff --git a/modules/post/linux/gather/enum_linux.rb b/modules/post/linux/gather/enum_linux.rb index 35d940854f..f6098a7896 100644 --- a/modules/post/linux/gather/enum_linux.rb +++ b/modules/post/linux/gather/enum_linux.rb @@ -24,10 +24,10 @@ class Metasploit3 < Msf::Post def initialize(info={}) super( update_info( info, - 'Name' => 'Gather Linux System Information Enumeration', + 'Name' => 'Linux Gather System Information', 'Description' => %q{ This module gathers basic system information from Linux systems. - Enumerates users, hashes, services, network config, routing table, installed packages, + Enumerates users, hashes, services, network config, routing table, installed packages, ,screenshot, and bash_history }, 'License' => MSF_LICENSE, @@ -35,7 +35,7 @@ class Metasploit3 < Msf::Post [ 'Stephen Haywood ', 'sinn3r', #Modified the original, and more testing - 'Carlos Perez ', # get_packages and get_services + 'Carlos Perez ' # get_packages and get_services ], 'Version' => '$Revision$', 'Platform' => [ 'linux' ], @@ -118,7 +118,7 @@ class Metasploit3 < Msf::Post end print_status("Running module against #{host}") - + return host end @@ -239,3 +239,4 @@ class Metasploit3 < Msf::Post end end + diff --git a/modules/post/linux/gather/enum_services.rb b/modules/post/linux/gather/enum_services.rb index 61440fd95c..28f32aba18 100644 --- a/modules/post/linux/gather/enum_services.rb +++ b/modules/post/linux/gather/enum_services.rb @@ -82,3 +82,4 @@ class Metasploit3 < Msf::Post return services_installed end end +