Status View: Add rejected counter to machine readable output
Fixes https://github.com/hashcat/hashcat/issues/1213
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user