email:hash -> email:pass
#1
im sure this question is asked alot on these forums but how do i change a email:hash file to an email:pass file
my the args i use rn for a dictionary md5 attack is

-m 0 -a 0 -o cracked.txt -r rules/dive.rule hashes.txt wordlist/rockyou.txt --username

is there anything i could add to these args to make an email:hash file to a email:pass file?

thx in advance
Reply
#2
first you have to crack the hashes, the rest cane be done using
Code:
--show

see hashcat --help or wiki
Reply