diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-03-01 18:26:31 -0500 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-03-01 18:26:31 -0500 |
commit | b450a70dbf0233f54d89ec763861882e492e0fc9 (patch) | |
tree | 4b5cf46d793ce43806d884b15fde5f9fec3f5c0e /README.md | |
parent | 1df850208ee72efe58a7206100471b84d119fbf7 (diff) | |
download | PowerSploit-b450a70dbf0233f54d89ec763861882e492e0fc9.tar.gz PowerSploit-b450a70dbf0233f54d89ec763861882e492e0fc9.zip |
Added Get-VolumeShadowCopy and Mount-VolumeShadowCopy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -184,6 +184,14 @@ Retrieves the plaintext password and other information for accounts pushed throu A function that takes screenshots at a regular interval and saves them to a folder. +#### `Get-VolumeShadowCopy` + +Lists the device paths of all local volume shadow copies. + +#### `Mount-VolumeShadowCopy` + +Mounts a volume shadow copy. + #### `Out-Minidump` Generates a full-memory minidump of a process. |