mimikatz
Dump Password Hashes
Mimikatz needs to be ran as SYSTEM and the SeDebugPrivilege access right needs to be enabled. After launching mimikatz, run:
If you are already SYSTEM, you do not need to run the second command Now to dump the password hashes:
This prints out a funky format. To make it more john or hashcat friendly and be a user:hash format we can do this.
Dump Passwords of Logged on Users
It is possible to get clear text passwords of users that are logged on. After launching mimikatz, run:
If you are already SYSTEM, you do not need to run the second command Now to dump the passwords & hashes:
Resources
Last updated
Was this helpful?