07-02-2024, 06:42 PM
You are missing attack type -a 0
hashcat -m 1420 -a 0 myunshadow.txt hashkiller-dict.txt
hashcat -m 1420 -a 0 myunshadow.txt hashkiller-dict.txt
(04-26-2020, 09:03 AM)jhclifton Wrote:(04-26-2020, 08:57 AM)philsmd Wrote: you need to specify the file with hashes (the "hash file") first:
for dictionary attack (-a 0) it is:
Code:hashcat -m 0 -a 0 -w 3 hashes.txt wordlist.txt
as you can see, you need to specify the file with hashes (hashes.txt) before the file with words (wordlist.txt)
I did do that...here is the command i used:
hashcat -m 1420 myunshadow.txt hashkiller-dict.txt