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.
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 ?
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 ?