Fix module titles to be consistent

git-svn-id: file:///home/svn/framework3/trunk@12935 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2011-06-13 03:35:32 +00:00
parent 6582d6ee58
commit 0ea8936c0d
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -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
+5 -4
View File
@@ -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 <averagesecurityguy[at]gmail.com>',
'sinn3r', #Modified the original, and more testing
'Carlos Perez <carlos_perez[at]darkoperator.com>', # get_packages and get_services
'Carlos Perez <carlos_perez[at]darkoperator.com>' # 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
@@ -82,3 +82,4 @@ class Metasploit3 < Msf::Post
return services_installed
end
end