mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
Fix maximum password length in -m 5800
This commit is contained in:
parent
7721645758
commit
dc94408cdb
@ -9,7 +9,7 @@ use strict;
|
||||
|
||||
use Digest::SHA qw (sha1);
|
||||
|
||||
sub module_constraints { [[0, 231], [1, 16], [0, 31], [1, 16], [0, 31]] }
|
||||
sub module_constraints { [[0, 255], [1, 16], [0, 15], [1, 16], [0, 31]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user