Added volume shadow copy functions to README.md

This commit is contained in:
PowerShellMafia 2015-12-16 16:52:53 -08:00
parent 70f25c90e2
commit b01a8127bc
1 changed files with 9 additions and 1 deletions

View File

@ -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. 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` #### `Get-VolumeShadowCopy`
Lists the device paths of all local volume shadow copies. 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. Mounts a volume shadow copy.
#### `Remove-VolumeShadowCopy`
Deletes a volume shadow copy.
#### `Get-VaultCredential` #### `Get-VaultCredential`
Displays Windows vault credential objects including cleartext web credentials. 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` #### `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` #### `PowerView`