A few more author typos

This commit is contained in:
James Lee
2012-03-05 13:28:23 -07:00
parent 82c23e95d3
commit 70162fde73
9 changed files with 21 additions and 22 deletions
@@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
June 30th 2011 and July 1st 2011 according to the most recent information
available. This backdoor was removed on July 3rd 2011.
},
'Author' => [ 'hdm', 'mc' ],
'Author' => [ 'hdm', 'MC' ],
'License' => MSF_LICENSE,
'Version' => '$Revision$',
'References' =>
@@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
an attacker may be able to execute arbitrary code.
},
'License' => MSF_LICENSE,
'Author' => [ 'Trancer <mtrancer[at]gmail.com' ],
'Author' => [ 'Trancer <mtrancer[at]gmail.com>' ],
'Version' => '$Revision$',
'References' =>
[
@@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
It uses supplied credentials to upload a PHP payload and
execute it.
},
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'Version' => '$Revision$',
'Platform' => 'php',
'Arch' => ARCH_PHP,
+1 -1
View File
@@ -23,7 +23,7 @@ module Metasploit3
'Version' => '$Revision$',
'Description' => 'Use custom string or file as payload. Set either PAYLOADFILE or
PAYLOADSTR.',
'Author' => 'scriptjunkie <scriptjunkie at scriptjunkie us>',
'Author' => 'scriptjunkie <scriptjunkie[at]scriptjunkie.us>',
'License' => MSF_LICENSE,
'Payload' =>
{
+1 -1
View File
@@ -26,7 +26,7 @@ class Metasploit3 < Msf::Post
'Name' => 'AIX Gather Dump Password Hashes',
'Description' => %q{ Post Module to dump the password hashes for all users on an AIX System},
'License' => MSF_LICENSE,
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'Version' => '$Revision$',
'Platform' => [ 'aix' ],
'SessionTypes' => [ 'shell' ]
+5 -5
View File
@@ -24,16 +24,16 @@ class Metasploit3 < Msf::Post
super(update_info(info,
'Name' => "Windows Manage Create Shadow Copy",
'Description' => %q{
This module will attempt to create a new volume shadow copy.
This is based on the VSSOwn Script originally posted by
This module will attempt to create a new volume shadow copy.
This is based on the VSSOwn Script originally posted by
Tim Tomes and Mark Baggett.
Works on win2k3 and later.
},
'License' => MSF_LICENSE,
'Platform' => ['windows'],
'SessionTypes' => ['meterpreter'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'References' => [
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
]
@@ -42,7 +42,7 @@ class Metasploit3 < Msf::Post
[
OptString.new('VOLUME', [ true, 'Volume to make a copy of.', 'C:\\'])
], self.class)
end
+3 -3
View File
@@ -25,15 +25,15 @@ class Metasploit3 < Msf::Post
'Name' => "Windows Manage List Shadow Copies",
'Description' => %q{
This module will attempt to list any Volume Shadow Copies
on the system. This is based on the VSSOwn Script
on the system. This is based on the VSSOwn Script
originally posted by Tim Tomes and Mark Baggett.
Works on win2k3 and later.
},
'License' => MSF_LICENSE,
'Platform' => ['windows'],
'SessionTypes' => ['meterpreter'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'References' => [
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
]
+4 -5
View File
@@ -25,15 +25,15 @@ class Metasploit3 < Msf::Post
'Name' => "Windows Manage Mount Shadow Copy",
'Description' => %q{
This module will attempt to mount a Volume Shadow Copy
on the system. This is based on the VSSOwn Script
on the system. This is based on the VSSOwn Script
originally posted by Tim Tomes and Mark Baggett.
Works on win2k3 and later.
},
'License' => MSF_LICENSE,
'Platform' => ['windows'],
'SessionTypes' => ['meterpreter'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'References' => [
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
]
@@ -43,8 +43,7 @@ class Metasploit3 < Msf::Post
OptString.new('DEVICE', [ true, 'DeviceObject of Shadowcopy to mount.' ]),
OptString.new('PATH', [ true, 'Path to mount it to.' ])
], self.class)
end
@@ -25,16 +25,16 @@ class Metasploit3 < Msf::Post
'Name' => "Windows Manage Set Shadow Copy Storage Space",
'Description' => %q{
This module will attempt to change the ammount of space
for volume shadow copy storage. This is based on the
VSSOwn Script originally posted by Tim Tomes and
for volume shadow copy storage. This is based on the
VSSOwn Script originally posted by Tim Tomes and
Mark Baggett.
Works on win2k3 and later.
},
'License' => MSF_LICENSE,
'Platform' => ['windows'],
'SessionTypes' => ['meterpreter'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'References' => [
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
]