Module author typo

unstable
James Lee 2012-03-05 12:31:28 -07:00
parent e14a574c36
commit 22eb1e2dce
1 changed files with 4 additions and 4 deletions

View File

@ -24,16 +24,16 @@ class Metasploit3 < Msf::Post
super(update_info(info,
'Name' => "Windows Manage Get Shadow Copy Storage Info",
'Description' => %q{
This module will attempt to get volume shadow copy storage info.
This is based on the VSSOwn Script originally posted by
This module will attempt to get volume shadow copy storage info.
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' ]
]