HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mimikatz net — Perform network and domain operations. More information: <https://github.com/gentilkiwi/mimikatz>.

Submitted by: @import:tldr-pages··
0
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.