1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

Update catch for --keep-guessing to include auto-enabled kernels

This commit is contained in:
Chick3nman 2019-03-13 09:17:02 -05:00 committed by GitHub
parent e8b81657d7
commit 3c7d42079e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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