From 3c7d42079eed0b811feac1db653e5c85ba0a4da2 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Wed, 13 Mar 2019 09:17:02 -0500 Subject: [PATCH] Update catch for --keep-guessing to include auto-enabled kernels --- src/potfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/potfile.c b/src/potfile.c index 44ce90547..c59238684 100644 --- a/src/potfile.c +++ b/src/potfile.c @@ -379,7 +379,7 @@ int potfile_remove_parse (hashcat_ctx_t *hashcat_ctx) if (hashconfig->potfile_disable == true) return 0; - if (user_options->keep_guessing == true) return 0; + if (hashconfig->opts_type & OPTS_TYPE_PT_NEVERCRACK) return 0; // if no potfile exists yet we don't need to do anything here