Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: status-automat format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Many params easy to understand, but i can`t understand how i can interpretate params cudaHashcat:
CURKU
SPEED (two numbers)
STATUS
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"
Big thanks!