05-05-2017, 07:35 PM
Hi!
Awesome software. I need to bruteforce some md5 hashes.. I know the salt, and i know the hash.. How do i apply a salt to a hash?
I use to start.
hash.txt just include the raw hash, where do i add the salt?
Thanks!
Awesome software. I need to bruteforce some md5 hashes.. I know the salt, and i know the hash.. How do i apply a salt to a hash?
I use
PHP Code:
hashcat64.exe -a 3 hash.txt ?a?a?a?a?a
hash.txt just include the raw hash, where do i add the salt?
Thanks!