What is Mimikatz
Learn what Mimikatz is
September 13, 2016
Q. What is Mimikatz?
A. Mimikatz is an open-source utility that enables the viewing of credential information from the Windows lsass (Local Security Authority Subsystem Service) through its sekurlsa module which includes plaintext passwords and Kerberos tickets which could then be used for attacks such as pass-the-hash and pass-the-ticket. Most anti-virus tools will detect the presence of Mimikatz as a threat and delete it but it can be interesting to test security on systems.
It is available from https://github.com/gentilkiwi/mimikatz and I use it to demonstrate the absence of ticket information when using security features such as remote credential guard.
Below is an example execution to look for passwords on a system.
privilege::debug
Sekurlsa::logonpasswords
About the Author
You May Also Like