From 0fbaff8b9020dfdf27badcf75593270fd105c366 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 30 Nov 2017 12:36:43 +0100 Subject: [PATCH] Revert: Have -m 16100 always running in keep-guessing mode --- src/interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.c b/src/interface.c index 469fe1177..761488041 100644 --- a/src/interface.c +++ b/src/interface.c @@ -24654,8 +24654,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) case 16100: hashconfig->hash_type = HASH_TYPE_TACACS_PLUS; hashconfig->salt_type = SALT_TYPE_EMBEDDED; hashconfig->attack_exec = ATTACK_EXEC_INSIDE_KERNEL; - hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_LE - | OPTS_TYPE_PT_NEVERCRACK; + hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_LE; hashconfig->kern_type = KERN_TYPE_TACACS_PLUS; hashconfig->dgst_size = DGST_SIZE_4_4; // originally DGST_SIZE_4_2 hashconfig->parse_func = tacacs_plus_parse_hash;