.. / SharpDump
Star

SharpDump.exe is part of the GhostPack suite of tools and is a C# port of PowerSploit’s Out-Minidump.ps1. It can dump the process for LSASS or a specific process given it’s PID. This dump can then be fed into mimikatz to extract sensitive information. The following command simply dumps the LSASS process.

Command: Copy References:

https://github.com/GhostPack/SharpDump

https://www.harmj0y.net/blog/redteaming/ghostpack/