Merge pull request #3243 from davidbolvansky/final_status_json

Emit final status also in 'status-json' mode
pull/3249/head
Jens Steube 2 years ago committed by GitHub
commit 5baa64c451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save