mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 12:49:13 +00:00
23 lines
445 B
Plaintext
23 lines
445 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mimikatz sekurlsa
|
|
|
|
> Extract credentials and secrets from memory.
|
|
> Requires debug privileges.
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- Extract plaintext passwords:
|
|
|
|
`mimikatz "sekurlsa::logonpasswords"`
|
|
|
|
- List Kerberos tickets in memory:
|
|
|
|
`mimikatz "sekurlsa::tickets"`
|
|
|
|
- Dump LSA secrets:
|
|
|
|
`mimikatz "sekurlsa::secrets"`
|