04-26-2020, 08:57 AM
you need to specify the file with hashes (the "hash file") first:
for dictionary attack (-a 0) it is:
as you can see, you need to specify the file with hashes (hashes.txt) before the file with words (wordlist.txt)
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)