Getting salt from known hash and pass
#1
So if i have say the following hash (example hash from the wiki):
8743b52063cd84097a65d1633f5c74f5

And I know that it uses a salt, and i know the password is 'hashcat', how can I brute-force the salt?

My first thought was to do something like
'hashcat -a 3 -m 20 8743b52063cd84097a65d1633f5c74f5:hashcat'
But I'm not exactly sure this is correct... thoughts?
Reply


Messages In This Thread
Getting salt from known hash and pass - by GhostDog98 - 10-16-2021, 01:48 AM