Hashcat token length exception
#2
-o is only used for the outfile (that's why "-o" is a shorter version of --outfile)

the general format is -a 0 hash.txt dict.txt, but you are only specifying the outfile (-o) and a dict.

this should work instead:
Code:
hashcat -m 10 -a 0 Hash.txt rockyou.txt
Reply


Messages In This Thread
Hashcat token length exception - by yahav123 - 06-29-2019, 08:47 PM
RE: Hashcat token length exception - by philsmd - 06-30-2019, 07:05 PM