Added volume shadow copy functions to README.md
This commit is contained in:
parent
70f25c90e2
commit
b01a8127bc
10
README.md
10
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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue