1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 21:55:41 +02:00
tldr/pages/windows/mimikatz-net.md
Adriano Inghingolo b9aed740bd
mimikatz: add pages (#17405)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-30 17:04:22 +03:00

16 lines
301 B
Markdown

# 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"`