hashcat Forum
How to get information when hashcat is running - 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: How to get information when hashcat is running (/thread-11302.html)



How to get information when hashcat is running - hijack - 02-09-2023

I wrote a python program to call hashcat to crack, how can I get the information when hashcat is running? Such as remaining time, hash rate.


RE: How to get information when hashcat is running - Snoopy - 02-09-2023

you could use --machine-readable as option, but you need to catch and parse this output for yourself

depending on which which python module you use, for example you could use subprocess.check_output to get the hashcat output