mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Add hashcat mode to status
Hashcat mode displayed after the hash name. https://github.com/hashcat/hashcat/issues/2945
This commit is contained in:
parent
2d539b7e63
commit
6008a8873e
@ -1423,8 +1423,9 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
|
|||||||
hashcat_status->status_string);
|
hashcat_status->status_string);
|
||||||
|
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
"Hash.Name........: %s",
|
"Hash.Name........: %s (%i)",
|
||||||
hashcat_status->hash_name);
|
hashcat_status->hash_name,
|
||||||
|
hashconfig->hash_mode);
|
||||||
|
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
"Hash.Target......: %s",
|
"Hash.Target......: %s",
|
||||||
|
Loading…
Reference in New Issue
Block a user