mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
Merge pull request #3441 from IppSec/master
Updated flask session max length for payload to be 2047
This commit is contained in:
commit
acbcd04884
@ -62,7 +62,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
|
|
||||||
token.sep[0] = '.';
|
token.sep[0] = '.';
|
||||||
token.len_min[0] = 0;
|
token.len_min[0] = 0;
|
||||||
token.len_max[0] = 27;
|
token.len_max[0] = 56;
|
||||||
token.attr[0] = TOKEN_ATTR_VERIFY_LENGTH
|
token.attr[0] = TOKEN_ATTR_VERIFY_LENGTH
|
||||||
| TOKEN_ATTR_VERIFY_BASE64C;
|
| TOKEN_ATTR_VERIFY_BASE64C;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user