How to use gpu on bruteforcing SHA256(MD5('password'))
#2
see the output of --help

sha256(md5(pass)) is not currently supported

-a 3 needs a mask and you specify a mask directly after the hash file

e.g.
Code:
./hashcat64.bin -a 3 -m 4700 -D 1,2 -o cracked.txt --increment --increment-min 2 hash.txt ?d?d?d?d?d?d?d?d?d?d

I don't know why you use this "bf-cs-buf", it was never an option available for the modern hashcat binary (again see --help).


Where is the hashing algorithm sha256(md5(pass)) used ? is this a common software/cms etc ?
Reply


Messages In This Thread
RE: How to use gpu on bruteforcing SHA256(MD5('password')) - by philsmd - 07-13-2019, 08:18 AM