Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit b01a812

Browse files
PowerShellMafiaPowerShellMafia
PowerShellMafia
authored and
PowerShellMafia
committed
Added volume shadow copy functions to README.md
1 parent 70f25c9 commit b01a812

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Retrieves the plaintext password and other information for accounts pushed throu
104104

105105
A function that takes screenshots at a regular interval and saves them to a folder.
106106

107+
#### `New-VolumeShadowCopy`
108+
109+
Creates a new volume shadow copy.
110+
107111
#### `Get-VolumeShadowCopy`
108112

109113
Lists the device paths of all local volume shadow copies.
@@ -112,6 +116,10 @@ Lists the device paths of all local volume shadow copies.
112116

113117
Mounts a volume shadow copy.
114118

119+
#### `Remove-VolumeShadowCopy`
120+
121+
Deletes a volume shadow copy.
122+
115123
#### `Get-VaultCredential`
116124

117125
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
155163

156164
#### `Invoke-ReverseDnsLookup`
157165

158-
Scans an IP address range for DNS PTR records. This script is useful for performing DNS reconnaissance prior to conducting an authorized penetration test.
166+
Scans an IP address range for DNS PTR records.
159167

160168
#### `PowerView`
161169

0 commit comments

Comments
 (0)