You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,10 @@ Retrieves the plaintext password and other information for accounts pushed throu
104
104
105
105
A function that takes screenshots at a regular interval and saves them to a folder.
106
106
107
+
#### `New-VolumeShadowCopy`
108
+
109
+
Creates a new volume shadow copy.
110
+
107
111
#### `Get-VolumeShadowCopy`
108
112
109
113
Lists the device paths of all local volume shadow copies.
@@ -112,6 +116,10 @@ Lists the device paths of all local volume shadow copies.
112
116
113
117
Mounts a volume shadow copy.
114
118
119
+
#### `Remove-VolumeShadowCopy`
120
+
121
+
Deletes a volume shadow copy.
122
+
115
123
#### `Get-VaultCredential`
116
124
117
125
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
155
163
156
164
#### `Invoke-ReverseDnsLookup`
157
165
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.
0 commit comments