mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +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);
|
||||
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user