Module author typo
parent
3a33434867
commit
82c23e95d3
|
@ -24,16 +24,16 @@ class Metasploit3 < Msf::Post
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => "Windows Manage Get Shadow Copy Storage Info",
|
'Name' => "Windows Manage Get Shadow Copy Storage Info",
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module will attempt to get volume shadow copy storage info.
|
This module will attempt to get volume shadow copy storage info.
|
||||||
This is based on the VSSOwn Script originally posted by
|
This is based on the VSSOwn Script originally posted by
|
||||||
Tim Tomes and Mark Baggett.
|
Tim Tomes and Mark Baggett.
|
||||||
|
|
||||||
Works on win2k3 and later.
|
Works on win2k3 and later.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Platform' => ['windows'],
|
'Platform' => ['windows'],
|
||||||
'SessionTypes' => ['meterpreter'],
|
'SessionTypes' => ['meterpreter'],
|
||||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
|
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
|
||||||
'References' => [
|
'References' => [
|
||||||
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue