aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPowerShellMafia <PowerShellMafia@users.noreply.github.com>2015-12-16 16:52:53 -0800
committerPowerShellMafia <PowerShellMafia@users.noreply.github.com>2015-12-16 16:52:53 -0800
commitb01a8127bc71f5454762510ed09c69411dd3a403 (patch)
treed9747b4ec73eff519a6f6cfd92cf8fbc1f182afa
parent70f25c90e2899e85f64a489a887cfb454c357d7a (diff)
downloadPowerSploit-b01a8127bc71f5454762510ed09c69411dd3a403.tar.gz
PowerSploit-b01a8127bc71f5454762510ed09c69411dd3a403.zip
Added volume shadow copy functions to README.md
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index eaf000a..b818576 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,10 @@ 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.
+#### `New-VolumeShadowCopy`
+
+Creates a new volume shadow copy.
+
#### `Get-VolumeShadowCopy`
Lists the device paths of all local volume shadow copies.
@@ -112,6 +116,10 @@ Lists the device paths of all local volume shadow copies.
Mounts a volume shadow copy.
+#### `Remove-VolumeShadowCopy`
+
+Deletes a volume shadow copy.
+
#### `Get-VaultCredential`
Displays Windows vault credential objects including cleartext web credentials.
@@ -155,7 +163,7 @@ Returns the HTTP Status Codes and full URL for specified paths when provided wit
#### `Invoke-ReverseDnsLookup`
-Scans an IP address range for DNS PTR records. This script is useful for performing DNS reconnaissance prior to conducting an authorized penetration test.
+Scans an IP address range for DNS PTR records.
#### `PowerView`