i have a file with the format username:md5hash:email
how can i make hashcat read this format? any output format is fine
my current command line is
hashcat64.exe -m 0 -a 0 -o cracked.txt -r rules/dive.rule input.txt passwordlist.txt
how can i make hashcat read this format? any output format is fine
my current command line is
hashcat64.exe -m 0 -a 0 -o cracked.txt -r rules/dive.rule input.txt passwordlist.txt