How can I get status from hashcat for using other program?
#6
Ok, I understand.
If you look at the output of ./*hashcat -h you see some parameters that may help you, e.g.:
--status Enable automatic update of the status-screen
--status-timer=NUM Seconds between status-screen update
etc etc...

Maybe you can regularly parse this output (when it arrives) and use that info instead of sending the "s" character directly.

But maybe there are even better methods to get this info and I am not aware of.


Messages In This Thread
RE: How can I get status from hashcat for using other program? - by philsmd - 05-13-2013, 01:47 PM