Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
LSASS (Local Security Authority Subsystem Service) holds credentials in memory. When Mimikatz is blocked by AV/EDR, use these alternatives to dump LSASS and extract credentials offline.comsvcs.dll (LOLBIN)
Built-in Windows DLL. No download needed.Find LSASS PID
Dump
Requires SeDebugPrivilege. Run from elevated prompt.
ProcDump (Sysinternals)
Microsoft-signed binary — often whitelisted by AV.Dump
By PID
Task Manager (GUI)
If RDP access is available:- Open Task Manager
- Details tab
- Right-click
lsass.exe→ Create dump file - File saved to
C:\Users\%USERNAME%\AppData\Local\Temp\lsass.DMP
Direct Syscalls — nanodump
Avoids API hooking by using direct syscalls. Effective against EDR.PPLdump (Protected Process Light)
If LSASS runs as PPL (Protected Process Light):Silent Process Exit (Abuse Windows Error Reporting)
Configure WER to dump LSASS on “exit”:Extract Credentials from Dump (Attacker)
Mimikatz (Offline)
pypykatz (Python — No Windows Needed)
Extract Only NTLM Hashes
Quick Reference
| Method | Needs Download | AV Evasion | Notes |
|---|---|---|---|
| comsvcs.dll | No | Medium | Built-in LOLBIN |
| ProcDump | Yes | High | Microsoft-signed |
| Task Manager | No | High | GUI only (RDP) |
| nanodump | Yes | Very High | Direct syscalls |
| PPLdump | Yes | High | Bypasses PPL |