mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-25 11:55:42 +00:00
Emit final status also in 'status-json' mode
This commit is contained in:
parent
308d8f227d
commit
d84127386a
@ -317,6 +317,10 @@ static void main_cracker_finished (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYB
|
||||
{
|
||||
status_display (hashcat_ctx);
|
||||
}
|
||||
else if (user_options->status_json == true)
|
||||
{
|
||||
status_display (hashcat_ctx);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (user_options->quiet == false)
|
||||
|
Loading…
Reference in New Issue
Block a user