aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited 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`