From b01a8127bc71f5454762510ed09c69411dd3a403 Mon Sep 17 00:00:00 2001 From: PowerShellMafia Date: Wed, 16 Dec 2015 16:52:53 -0800 Subject: Added volume shadow copy functions to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3