Status View: Add rejected counter to machine readable output

Fixes https://github.com/hashcat/hashcat/issues/1213
pull/1214/head
jsteube 7 years ago
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…
Cancel
Save