mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-06 16:18:48 +00:00
Update max combinator length in unit test -m 3800
This commit is contained in:
parent
76bd9d105f
commit
db18966093
@ -10,7 +10,7 @@ use warnings;
|
|||||||
|
|
||||||
use Digest::MD5 qw (md5_hex);
|
use Digest::MD5 qw (md5_hex);
|
||||||
|
|
||||||
sub module_constraints { [[0, 255], [0, 255], [0, 50], [0, 15], [0, 55]] }
|
sub module_constraints { [[0, 255], [0, 255], [0, 40], [0, 15], [0, 40]] }
|
||||||
|
|
||||||
sub module_generate_hash
|
sub module_generate_hash
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user