diff --git a/src/interface.c b/src/interface.c index b82827c62..35a50df8c 100644 --- a/src/interface.c +++ b/src/interface.c @@ -27636,7 +27636,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx) hashconfig->attack_exec = ATTACK_EXEC_INSIDE_KERNEL; hashconfig->opts_type = OPTS_TYPE_PT_GENERATE_BE | OPTS_TYPE_PT_ADD80 - | OPTS_TYPE_PT_ADDBITS15; + | OPTS_TYPE_PT_ADDBITS15 + | OPTS_TYPE_PT_NEVERCRACK; hashconfig->kern_type = KERN_TYPE_TOTP_HMACSHA1; hashconfig->dgst_size = DGST_SIZE_4_5; hashconfig->parse_func = totp_parse_hash;