hashcat Forum
status-automat format - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: status-automat format (/thread-5072.html)



status-automat format - WhiteTiger - 01-21-2016

Hello. Where i can find a fomat of output with --status-automat? In search i get 2 links:
https://hashcat.net/trac/ticket/406
https://hashcat.net/trac/ticket/534
But this page not exists more.


RE: status-automat format - WhiteTiger - 01-22-2016

Many params easy to understand, but i can`t understand how i can interpretate params cudaHashcat:
CURKU
SPEED (two numbers)
STATUS


RE: status-automat format - philsmd - 01-22-2016

The full format (that was also mentioned on the now offline trac ticketing system) is:
STATUS\t%u\tSPEED\t%llu\t%f\tCURKU\t%llu\tPROGRESS\t%llu\t%llu\tRECHASH\t%u\t%u\tRECSALT\t%u\t%u\tTEMP\t%d\t\r\n

Explanation:
STATUS: current state of oclHashcat (init, starting, bypass, running, paused, (everything) cracked, exhausted, stop at next checkpoint, aborted, quit)
SPEED: for each device: current number of password candidates, time in milli seconds (speed = (number of candidates / time[ms] * 1000) in hashes/second)
CURKU: current keyspace unit (this is actually the same as the "last restore point")
PROGRESS: relative progress: current word, word limit (percentage of progress can be calculated by dividing the 2 numbers)
RECHASH: recovered hashes, total number of hashes
RECSALT: recovered salts, total number of salts
TEMP: for each device: temperature in degrees celsius

Hope this helps. we should probably add it to the wiki too as "Status automat format"


RE: status-automat format - WhiteTiger - 01-28-2016

Big thanks!