snippetbashTip
mimikatz net — Perform network and domain operations. More information: <https://github.com/gentilkiwi/mimikatz>.
Viewed 0 times
operationscommandanddomainmimikatz netnetworkperformcli
windows
Problem
How to use the
mimikatz net command: Perform network and domain operations. More information: <https://github.com/gentilkiwi/mimikatz>.Solution
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"Code Snippets
List domain users
mimikatz "net::users"List domain computers
mimikatz "net::computers"Retrieve domain controller information
mimikatz "net::domaincontrollers"Context
tldr-pages: windows/mimikatz net
Revisions (0)
No revisions yet.