From 05d099d3be01b6536a6aad9e68b685b378b46953 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Tue, 17 May 2016 06:24:35 -0800 Subject: [PATCH] add version header and time to --status-automat --- src/hashcat.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hashcat.c b/src/hashcat.c index 0e1de0a..c311e1c 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -5876,6 +5876,10 @@ int main (int argc, char **argv) log_info ("%s (%s) starting in benchmark-mode...", PROGNAME, VERSION_TAG); log_info (""); } + else + { + log_info ("# %s (%s) %s", PROGNAME, VERSION_TAG, ctime (&proc_start)); + } } else if (restore == 1) { -- 2.43.0