From 6e164ad9c53b707598f18043b5869efd89f58b25 Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 <64717060+PenguinKeeper7@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:14:25 +0000 Subject: [PATCH] Add faq link to potfile advice --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 085ce38b4..183a2f249 100644 --- a/src/main.c +++ b/src/main.c @@ -466,6 +466,7 @@ static void main_potfile_all_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, M if (user_options->quiet == true) return; event_log_info (hashcat_ctx, "INFO: All hashes found as potfile and/or empty entries! Use --show to display them."); + event_log_info (hashcat_ctx, "For more information, see https://hashcat.net/faq/potfile"); event_log_info (hashcat_ctx, NULL); }