08-16-2017, 10:45 AM
(08-16-2017, 09:05 AM)philsmd Wrote: It's explained here: https://hashcat.net/faq#how_can_i_show_p...ilpassword
Code:hashcat -m 0 -a 0 -w 3 --username --separator " " hash.txt dict.txt
hashcat -m 0 --username --separator " " --show --outfile-format 2 hash.txt
I tried running the first line of code and it didn't work, idk what to do with the second since it doesn't point to a dictionary