Separator Unmatched
#3
(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
Reply


Messages In This Thread
Separator Unmatched - by jhclifton - 04-26-2020, 08:19 AM
RE: Separator Unmatched - by philsmd - 04-26-2020, 08:57 AM
RE: Separator Unmatched - by jhclifton - 04-26-2020, 09:03 AM
RE: Separator Unmatched - by philsmd - 04-26-2020, 09:22 AM
RE: Separator Unmatched - by jhclifton - 04-26-2020, 09:29 AM
RE: Separator Unmatched - by philsmd - 04-26-2020, 09:35 AM