mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +00:00
Update iteration count for -m 7401, see #3049
This commit is contained in:
parent
6d46185488
commit
d89409ae37
@ -302,7 +302,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
|
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
|
||||||
|
|
||||||
token.len_min[2] = 3;
|
token.len_min[2] = 3;
|
||||||
token.len_max[2] = 3;
|
token.len_max[2] = 4;
|
||||||
token.sep[2] = '*';
|
token.sep[2] = '*';
|
||||||
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
|
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH
|
||||||
| TOKEN_ATTR_VERIFY_DIGIT;
|
| TOKEN_ATTR_VERIFY_DIGIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user