Adding a comment doc to the shadowcopy lib.

Citing Tim Tomes and Mark Baggett
This commit is contained in:
Tod Beardsley 2012-01-04 12:02:25 -06:00
parent 8cced0a91e
commit 164c80d496
1 changed files with 3 additions and 1 deletions

View File

@ -5,9 +5,11 @@ module Msf
class Post
module Windows
# Based on the research from Tim Tomes and Mark Baggett, at
# http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html
module ShadowCopy
include Msf::Post::Windows::WindowsServices
include Msf::Post::Windows::WindowsServices
def get_vss_device(id)
result = get_sc_param(id,'DeviceObject')