|
|
|
@@ -525,8 +525,8 @@ type SaveHashcatReq struct { |
|
|
|
CrackEstimatedTime string `json:"crackEstimatedTime"` // 预计时间 |
|
|
|
CrackProgress string `json:"crackProgress"` // 进度 |
|
|
|
CrackResult string `json:"crackResult"` // 结果 |
|
|
|
Started string `json:"started"` // 开始时间 |
|
|
|
Stopped string `json:"stopped"` // 结束时间 |
|
|
|
Started string `json:"started,optional"` // 开始时间 |
|
|
|
Stopped string `json:"stopped,optional"` // 结束时间 |
|
|
|
KernelFeature string `json:"kernelFeature"` |
|
|
|
HashMode string `json:"hashMode"` |
|
|
|
Rejected string `json:"rejected"` |
|
|
|
|