mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
b9aed740bd
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
301 B
301 B
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"