1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 09:58:16 +00:00

Disable combinator constraint in -m 1100

This commit is contained in:
jsteube 2019-02-10 10:27:29 +01:00
parent 57da64533c
commit b9365b8961

View File

@ -11,7 +11,7 @@ use warnings;
use Digest::MD4 qw (md4 md4_hex); use Digest::MD4 qw (md4 md4_hex);
use Encode; use Encode;
sub module_constraints { [[0, 255], [0, 255], [0, 27], [0, 19], [0, 26]] } sub module_constraints { [[0, 255], [0, 255], [0, 27], [0, 19], [-1, -1]] }
sub module_generate_hash sub module_generate_hash
{ {