Pass the Hash
Pass the Hash
Allow attackers to authenticate using NTLM hash. This works for systems using NTLM authentication only. Tools that can be used are:
PsExec from Metasploit
Passing-the-hash toolkit
Impacket
Tools Communicate using named pipes (Service control manager API).
To use this tool three requirements must be fulfilled.
Connection to SMB must be able to establish.
The Windows File and Printer Sharing feature needs to be enabled.
Must use user credentials with local administrative privilege. (As it writes to ADMIN$ Share).
Type 1: Using Tool psexec
impacket-psexec corp/[email protected] -hashes :2892D26CDF84D7A70E2EB3B9F05C425E Type 2: Using wmiexec
# Command:
impacket-wmiexec corp/[email protected] -hashes :2892D26CDF84D7A70E2EB3B9F05C425E Last updated