aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-05-15 20:54:16 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-05-15 20:54:16 -0400
commitaf04f7e52838f88069eaaad12b831a4af4a28091 (patch)
tree4711b1cb753fb17ea169a11f7539aa6d1aa95b2e /README.md
parentc17f16bf0ed0a1568c6cc503d3a5b68361c1f600 (diff)
downloadPowerSploit-af04f7e52838f88069eaaad12b831a4af4a28091.tar.gz
PowerSploit-af04f7e52838f88069eaaad12b831a4af4a28091.zip
Added Out-Minidump
Out-Minidump writes a process dump file with all process memory to disk. This is similar to running procdump.exe with the '-ma' switch.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89ecb42..54f7997 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,10 @@ Locates single Byte AV signatures utilizing the same method as DSplit from "clas
A function that takes screenshots at a regular interval and saves them to a folder.
+#### `Out-Minidump`
+
+Generates a full-memory minidump of a process.
+
## Recon
**Tools to aid in the reconnaissance phase of a penetration test.**