How can I get status from hashcat for using other program?
#7
(05-13-2013, 01:47 PM)philsmd Wrote: 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.

Thank you, but it still read status via the stdout console, I'm looking for other solution. I'm stuck for it 2 days Sad.


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