mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
Status View: Add rejected counter to machine readable output
Fixes https://github.com/hashcat/hashcat/issues/1213
This commit is contained in:
parent
0f1d68c358
commit
f1c7b60d6a
@ -686,6 +686,8 @@ void status_display_machine_readable (hashcat_ctx_t *hashcat_ctx)
|
||||
}
|
||||
}
|
||||
|
||||
printf ("REJECTED\t%" PRIu64 "\t", hashcat_status->progress_rejected);
|
||||
|
||||
fwrite (EOL, strlen (EOL), 1, stdout);
|
||||
|
||||
fflush (stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user