Field | Type | Required | Description |
---|---|---|---|
OriginalLine |
string | ✔️ | The original line from hashcat |
Time |
time.Time | ✔️ | The time the status was received |
Session |
string | ✔️ | The session name |
HashcatGuess |
components.HashcatGuess | ✔️ | N/A |
Status |
int64 | ✔️ | The status of the task |
Target |
string | ✔️ | The target of the task |
Progress |
[]int64 | ✔️ | The progress of the task |
RestorePoint |
int64 | ✔️ | The restore point of the task |
RecoveredHashes |
[]int64 | ✔️ | The number of recovered hashes |
RecoveredSalts |
[]int64 | ✔️ | The number of recovered salts |
Rejected |
int64 | ✔️ | The number of rejected guesses |
DeviceStatuses |
[]components.DeviceStatus | ✔️ | The status of the devices used for the task |
TimeStart |
time.Time | ✔️ | The time the task started. |
EstimatedStop |
time.Time | ✔️ | The estimated time of completion. |