hashcat Forum
Show found passwords - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Show found passwords (/thread-6212.html)



Show found passwords - newb - 01-17-2017

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)?


RE: Show found passwords - Si2006 - 01-17-2017

Use
tail -f output.txt


RE: Show found passwords - newb - 01-17-2017

(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!


RE: Show found passwords - Si2006 - 01-17-2017

Then use UnxUtils, http://unxutils.sourceforge.net


RE: Show found passwords - Si2006 - 01-17-2017

Or
Get-Content output.txt –Wait

Powershell


RE: Show found passwords - newb - 01-17-2017

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