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
Patch LSASS on DC with master password. All users can authenticate with their real password OR the skeleton key. Does not survive DC reboot.Mimikatz (On DC)
mimikatz
Authenticate with Skeleton Key
Remote Injection (Needs DA)
If you have code exec on DC:Notes
- Patches LSASS memory on DC — not persistent across reboots
- All domain users affected
- Original passwords still work
- Default skeleton password:
mimikatz - LSASS must not be running as Protected Process (PPL)
- Detection: monitor LSASS memory modifications
If LSASS is Protected (PPL)
Quick Reference
| Task | Command |
|---|---|
| Inject | misc::skeleton (on DC) |
| Default password | mimikatz |
| Login | impacket-psexec DOMAIN/anyuser:mimikatz@DC |
| Survives reboot | No |