1
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:
jsteube 2017-03-30 09:47:52 +02:00
parent 0f1d68c358
commit f1c7b60d6a

View File

@ -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);