1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-13 22:16:14 +00:00

Merge pull request #3243 from davidbolvansky/final_status_json

Emit final status also in 'status-json' mode
This commit is contained in:
Jens Steube 2022-03-27 17:09:06 +02:00 committed by GitHub
commit 5baa64c451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)