Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 4.49 KB

File metadata and controls

21 lines (18 loc) · 4.49 KB

TaskStatus

Fields

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.