Add hashcat mode to status

Hashcat mode displayed after the hash name.
https://github.com/hashcat/hashcat/issues/2945
pull/2946/head
TheWorkingDeveloper 3 years ago committed by GitHub
parent 2d539b7e63
commit 6008a8873e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1423,8 +1423,9 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
hashcat_status->status_string);
event_log_info (hashcat_ctx,
"Hash.Name........: %s",
hashcat_status->hash_name);
"Hash.Name........: %s (%i)",
hashcat_status->hash_name,
hashconfig->hash_mode);
event_log_info (hashcat_ctx,
"Hash.Target......: %s",

Loading…
Cancel
Save