hashcat Forum
Output format - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Output format (/thread-3841.html)



Output format - BarcadiRazz - 11-16-2014

Hey is it possible to display the output format like this :

USER:decryptedHash


best regards Razz


RE: Output format - philsmd - 11-16-2014

yes, the hash file must contain the username.

1st step you crack the hashes by using the --username switch
2nd step you show the hashes with -m x --show --username original_hash_file_with_usernames.txt (replace x with the same hash type you used in step 1)

if you furthermore want to change the output format, you should read --help for the possible vales of --outfile-format (for instance --outfile-format 1 to "hide" the cracked plain etc)