diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-05-15 20:54:16 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-05-15 20:54:16 -0400 |
commit | af04f7e52838f88069eaaad12b831a4af4a28091 (patch) | |
tree | 4711b1cb753fb17ea169a11f7539aa6d1aa95b2e /README.md | |
parent | c17f16bf0ed0a1568c6cc503d3a5b68361c1f600 (diff) | |
download | PowerSploit-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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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.** |