hashcat Forum

Full Version: Show found passwords
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)?
Use
tail -f output.txt
(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!
Or
Get-Content output.txt –Wait

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