lsass-dump
There are 8 repositories under lsass-dump topic.
ricardojoserf/NativeDump
Dump lsass using only Native APIs by hand-crafting Minidump files (without MiniDumpWriteDump!!!)
ricardojoserf/TrickDump
Dump lsass using only NTAPIs running 3 programs to create 3 JSON and 1 ZIP file... and generate the MiniDump later!
safedv/RustiveDump
LSASS memory dumper using only NTAPIs, creating a minimal minidump, built in Rust with no_std and independent of the C runtime (CRT). It can be compiled as shellcode (PIC), supports XOR encryption, and remote file transmission.
Offensive-Panda/LsassReflectDumping
This tool leverages the Process Forking technique using the RtlCreateProcessReflection API to clone the lsass.exe process. Once the clone is created, it utilizes MINIDUMP_CALLBACK_INFORMATION callbacks to generate a memory dump of the cloned process
coleak2021/hidedump
Hidedump:a lsassdump tools that may bypass EDR
Offensive-Panda/D3MPSEC
"D3MPSEC" is a memory dumping tool designed to extract memory dump from Lsass process using various techniques, including direct system calls, randomized procedures, and prototype name obfuscation. Its primary purpose is to bypass both static and dynamic analysis techniques commonly employed by security measures.
mendax0110/lsassDumper
dump lsass
MitraLothbrok/RemoteProcessManipulationAndMemoryDump
DLL injection, memory dump of process С++