Files
cheatsheet-tldr/tldr/windows/mimikatz-net
2025-07-31 00:21:38 +00:00

22 lines
395 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# mimikatz net
> Perform network and domain operations.
> More information: <https://github.com/gentilkiwi/mimikatz>.
- List domain users:
`mimikatz "net::users"`
- List domain computers:
`mimikatz "net::computers"`
- Retrieve domain controller information:
`mimikatz "net::domaincontrollers"`