From 5ef7b737a141b50d24356e121aec4beb1768e4b7 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Tue, 12 Apr 2022 17:38:42 +0200 Subject: [PATCH] Add custom plugin info to --hash-info --- src/terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/terminal.c b/src/terminal.c index 38a141f3e..46f534688 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -908,6 +908,7 @@ void hash_info_single (hashcat_ctx_t *hashcat_ctx, user_options_extra_t *user_op event_log_info (hashcat_ctx, " Plaintext.Encoding..: ASCII, HEX"); } + event_log_info (hashcat_ctx, " Custom.Plugin.......: %s", (hashconfig->opts_type & OPTS_TYPE_STOCK_MODULE) ? "No" : "Yes"); event_log_info (hashcat_ctx, NULL); }