mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-29 19:38:18 +00:00
Merge pull request #2794 from realSnoopy/master
update in module_13400.c
This commit is contained in:
commit
e11fa145f3
@ -128,7 +128,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
|
|
||||||
token.sep[2] = '*';
|
token.sep[2] = '*';
|
||||||
token.len_min[2] = 1;
|
token.len_min[2] = 1;
|
||||||
token.len_max[2] = 8;
|
token.len_max[2] = 10;
|
||||||
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