Separator Unmatched
#8
You are missing attack type -a 0

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
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 lapsikmees - 07-02-2024, 06:42 PM
RE: Separator Unmatched - by Xanadrel - 07-03-2024, 07:38 PM
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
RE: Separator Unmatched - by spymaster7 - 07-02-2024, 09:35 AM