Posts: 23
Threads: 11
Joined: Jan 2018
01-06-2018, 01:07 AM
(This post was last modified: 01-06-2018, 01:10 AM by mcilie1324.)
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?
Posts: 407
Threads: 2
Joined: Dec 2015
01-06-2018, 01:09 AM
(This post was last modified: 01-06-2018, 01:10 AM by Chick3nman.)
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
Posts: 23
Threads: 11
Joined: Jan 2018
yes but how could i get the time, thats actually the important part to me . And crackpos i assume is the iterations right?
Posts: 5,185
Threads: 230
Joined: Apr 2010
It's a bit more complicated, because of the parallel computing. The important part here is that it's a unique ID (per session).