Cracked hashes not going to outfile? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Cracked hashes not going to outfile? (/thread-6634.html) |
Cracked hashes not going to outfile? - biljac - 06-11-2017 My command: Code: hashcat64 -a 0 -m 0 --outfile=outfile.txt --outfile-format=7 hash.hash wordlists/ Hashcat runs and completes cracking the hashes, but there's never anything in the outfile. If you can't tell, I'm really new to this- no idea how to fix this. Any help is appreciated. RE: Cracked hashes not going to outfile? - undeath - 06-11-2017 try --show RE: Cracked hashes not going to outfile? - biljac - 06-11-2017 (06-11-2017, 07:56 PM)undeath Wrote: try --show How should I use --show? Ive tried using it before, and I just get a .txt file filled with user options RE: Cracked hashes not going to outfile? - atom - 06-13-2017 https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |