mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
This commit is contained in:
parent
ada22000b5
commit
b42a177528
@ -909,6 +909,16 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
break;
|
||||
|
||||
case INPUT_MODE_MASK_CS:
|
||||
|
||||
event_log_info (hashcat_ctx,
|
||||
"Input.Queue......: %d/%d (%.02f%%)",
|
||||
hashcat_status->input_base_offset,
|
||||
hashcat_status->input_base_count,
|
||||
hashcat_status->input_base_percent);
|
||||
|
||||
break;
|
||||
|
||||
case INPUT_MODE_HYBRID1:
|
||||
|
||||
event_log_info (hashcat_ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user