From 2bacba703ef2d60e449373dac3e4b3cfa85f2e78 Mon Sep 17 00:00:00 2001 From: Della Street Date: Thu, 12 Jan 2017 09:01:21 +0100 Subject: [PATCH] Final machine output status missing depending timer --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index 3c85e96f2..69b38315c 100644 --- a/src/main.c +++ b/src/main.c @@ -274,6 +274,10 @@ static void main_cracker_finished (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYB event_log_info (hashcat_ctx, ""); } } + else if (user_options->machine_readable == true) + { + status_display (hashcat_ctx); + } else { if (user_options->quiet == false)