mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-25 17:38:23 +00:00
Set back default testing configuration to optimized mode
This commit is contained in:
parent
512b8ed5d6
commit
58390e34b7
@ -16,7 +16,7 @@ use List::Util 'shuffle';
|
|||||||
# allows require by filename
|
# allows require by filename
|
||||||
use lib "$FindBin::Bin/test_modules";
|
use lib "$FindBin::Bin/test_modules";
|
||||||
|
|
||||||
my $IS_OPTIMIZED = 0;
|
my $IS_OPTIMIZED = 1;
|
||||||
|
|
||||||
my $TYPES = [ 'single', 'passthrough', 'verify' ];
|
my $TYPES = [ 'single', 'passthrough', 'verify' ];
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ exists &{module_generate_hash} or die "Module function 'module_generate_hash' no
|
|||||||
exists &{module_verify_hash} or die "Module function 'module_verify_hash' not found\n";
|
exists &{module_verify_hash} or die "Module function 'module_verify_hash' not found\n";
|
||||||
|
|
||||||
my $giveup_at = 1000000;
|
my $giveup_at = 1000000;
|
||||||
my $single_outputs = 300;
|
my $single_outputs = 8;
|
||||||
|
|
||||||
my $constraints = get_module_constraints ();
|
my $constraints = get_module_constraints ();
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
## License.....: MIT
|
## License.....: MIT
|
||||||
##
|
##
|
||||||
|
|
||||||
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable"
|
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O"
|
||||||
|
|
||||||
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user