mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 11:35:51 +02:00
17 lines
301 B
Markdown
17 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"`
|