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:
commit
5baa64c451
@ -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