Posts: 17
Threads: 6
Joined: Oct 2014
10-22-2014, 09:54 PM
(This post was last modified: 01-31-2015, 02:48 PM by BarcadiRazz.)
Hey guys
Yesterday I am not sure how I did but I saw a "live view" of the hashes I cracked. Is there any button I have to press or something to setup in the Hashcat GUI?
I really like that feature
best regards
Posts: 2,936
Threads: 12
Joined: May 2012
HashcatGUI isn't supported here.
Posts: 17
Threads: 6
Joined: Oct 2014
I know. But thats not a HashcatGUI related thing because only Hashcat can show things like this.
Posts: 347
Threads: 3
Joined: May 2010
You likely didn't specify an outfile, causing results to be sent to stdout.
Posts: 17
Threads: 6
Joined: Oct 2014
Oh you're right. No chanche to get that one included in Hashcat settings. Its a really cool feature to see what passwords get cracked.
Posts: 80
Threads: 10
Joined: Nov 2012
10-22-2014, 11:13 PM
(This post was last modified: 10-22-2014, 11:16 PM by Si2006.)
Simple enough with linux, tail -f $filename
or in your case, with Windows Powershell
Get-Content outfile.txt -Wait
Providing you specify an outfile with hashcat parameter -o