Hashcat "Liveview"
#1
Hey guys Wink

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 Wink

best regards
#2
HashcatGUI isn't supported here.
#3
I know. But thats not a HashcatGUI related thing because only Hashcat can show things like this.
#4
You likely didn't specify an outfile, causing results to be sent to stdout.
#5
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.
#6
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