mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-20 13:38:15 +00:00
Merge pull request #4320 from matrix/fix_8700
Fixed bug in module_constraints for hash-mode 8700
This commit is contained in:
commit
22baf292fe
@ -8,7 +8,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [5, 5], [-1, -1]] }
|
sub module_constraints { [[-1, -1], [-1, -1], [0, 32], [5, 5], [0, 55]] }
|
||||||
|
|
||||||
my $LOTUS_MAGIC_TABLE =
|
my $LOTUS_MAGIC_TABLE =
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user