Catalog WADComs

WAD · Tool

Procdump

1 technique Windows · ActiveDirectoryWADComs GPL-3.0

Procdump-LSASS

NEW
Credential Access WindowsActiveDirectory

Procdump is a signed Microsoft Sysinternals utility, so it often survives application allowlisting and looks benign on disk while still producing a full LSASS memory dump. The -ma flag writes a complete dump (all memory) of lsass.exe and -accepteula suppresses the license prompt for non-interactive use. It needs administrator rights with SeDebugPrivilege; copy the .dmp off-host and extract credentials with pypykatz or Mimikatz sekurlsa::minidump. Command Reference: Output dump: C:\Windows\Temp\lsass.dmp

procdump.exe -accepteula -ma lsass.exe C:\Windows\Temp\lsass.dmp
Native
Credential Access
Requires
Shell
Services
NTLM, Kerberos