1
0
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:
Dávid Bolvanský 2022-03-27 00:02:02 +01:00
parent 308d8f227d
commit d84127386a

View File

@ -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)