![]() |
Informative output - 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: Informative output (/thread-7172.html) |
Informative output - mcilie1324 - 01-06-2018 So im using hashcat to run an analysis on password standards. is there a way to output to a file so that when a new hash is cracked (its cracking several in one file ) it outputs into a file with some information, like iterations it took to crack, time, the cracked hash it self. etc. I need this because i am leaving hashcat to run over night and my terminal wont allow me to go back up to the beginning, therefore rendering the information unaccessible. thanks ahead ![]() [EDIT] yes i do know how to output to a file by using -o, but wont that take up so much space? RE: Informative output - Chick3nman - 01-06-2018 You probably want to mix the rule-debug outputs with the extended output formats such as crackpos. All are listed here: https://hashcat.net/wiki/doku.php?id=hashcat - [ Outfile Formats ] - # | Format ===+======== 1 | hash[:salt] 2 | plain 3 | hash[:salt]:plain 4 | hex_plain 5 | hash[:salt]:hex_plain 6 | plain:hex_plain 7 | hash[:salt]:plain:hex_plain 8 | crackpos 9 | hash[:salt]:crack_pos 10 | plain:crack_pos 11 | hash[:salt]:plain:crack_pos 12 | hex_plain:crack_pos 13 | hash[:salt]:hex_plain:crack_pos 14 | plain:hex_plain:crack_pos 15 | hash[:salt]:plain:hex_plain:crack_pos - [ Rule Debugging Modes ] - # | Format ===+======== 1 | Finding-Rule 2 | Original-Word 3 | Original-Word:Finding-Rule 4 | Original-Word:Finding-Rule:Processed-Word RE: Informative output - mcilie1324 - 01-06-2018 yes but how could i get the time, thats actually the important part to me . And crackpos i assume is the iterations right? RE: Informative output - atom - 01-10-2018 It's a bit more complicated, because of the parallel computing. The important part here is that it's a unique ID (per session). |