Show found passwords
#1
Hi guys!

When I check some hashes I'd like to know even one is cracked.
Is here any way to see the password immediately (w/o refreshing status or check the output file)?
#2
Use
tail -f output.txt
#3
(01-17-2017, 03:10 PM)Si2006 Wrote: Use
tail -f output.txt

Great idea, but I'm running on win system Smile
Anyway, thank you for the tip!
#4
Then use UnxUtils, http://unxutils.sourceforge.net
#5
Or
Get-Content output.txt –Wait

Powershell
#6
@Si2006
Ok, thx again, much appreciate your help! ;-)