mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 07:46:23 +00:00
22 lines
395 B
Plaintext
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"`
|