From d89409ae37085c360d3adf626acb6b671fa3e724 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Fri, 3 Dec 2021 17:51:05 +0100 Subject: [PATCH] Update iteration count for -m 7401, see #3049 --- src/modules/module_07401.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_07401.c b/src/modules/module_07401.c index 1fc899269..ca47c6526 100644 --- a/src/modules/module_07401.c +++ b/src/modules/module_07401.c @@ -302,7 +302,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH; token.len_min[2] = 3; - token.len_max[2] = 3; + token.len_max[2] = 4; token.sep[2] = '*'; token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH | TOKEN_ATTR_VERIFY_DIGIT;