From 82c23e95d3bb4b01f5d58c5a1eab422a8f89e9ab Mon Sep 17 00:00:00 2001 From: James Lee Date: Mon, 5 Mar 2012 12:31:28 -0700 Subject: [PATCH] Module author typo --- modules/post/windows/manage/vss_storage.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/post/windows/manage/vss_storage.rb b/modules/post/windows/manage/vss_storage.rb index cfbecaa59b..6435c5c3d4 100644 --- a/modules/post/windows/manage/vss_storage.rb +++ b/modules/post/windows/manage/vss_storage.rb @@ -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 '], 'References' => [ [ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ] ]