aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2014-03-01 18:26:31 -0500
committermattifestation <mattgraeber@gmail.com>2014-03-01 18:26:31 -0500
commitb450a70dbf0233f54d89ec763861882e492e0fc9 (patch)
tree4b5cf46d793ce43806d884b15fde5f9fec3f5c0e /README.md
parent1df850208ee72efe58a7206100471b84d119fbf7 (diff)
downloadPowerSploit-b450a70dbf0233f54d89ec763861882e492e0fc9.tar.gz
PowerSploit-b450a70dbf0233f54d89ec763861882e492e0fc9.zip
Added Get-VolumeShadowCopy and Mount-VolumeShadowCopy
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 556cd2e..6db060b 100644
--- a/README.md
+++ b/README.md
@@ -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.