Reuse the hash
Pass the hash (PTH) is a technique that lets the user authenticate by using a valid username and the hash, instead of the unhashed password. So if you have gotten a hold of a hash you might be able to use that hash against another system.
Pass the hash is a suite of different tools.
SMB
So in order to use pass the hash we first need to put the hash in a env variable using the export command:
So we will atuhenticate against a smb-service.
I think you can run it like this too:
Remote Desktop
Last updated