I know hash and salt; how do I use hashcat to decrypt?
hash: 341A451DCF7E552A237D49A63BFBBDF1
salt: 1234
I have a word bank I generated using CeWL that I think I am supposed to use. But when I run
hashcat –force -a 0 -m 0 341A451DCF7E552A237D49A63BFBBDF1 custom_dict.txt
I get no hits. I hav… Continue reading I know hash and salt; how do I use hashcat to decrypt?