Add hashcat mode to status
Hashcat mode displayed after the hash name. https://github.com/hashcat/hashcat/issues/2945
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user