mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-21 12:02:28 +00:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
11764a9f84
@ -191,7 +191,7 @@ void module_init (module_ctx_t *module_ctx)
|
|||||||
module_ctx->module_hook23 = MODULE_DEFAULT;
|
module_ctx->module_hook23 = MODULE_DEFAULT;
|
||||||
module_ctx->module_hook_salt_size = MODULE_DEFAULT;
|
module_ctx->module_hook_salt_size = MODULE_DEFAULT;
|
||||||
module_ctx->module_hook_size = MODULE_DEFAULT;
|
module_ctx->module_hook_size = MODULE_DEFAULT;
|
||||||
module_ctx->module_jit_build_options = module_jit_build_options;
|
module_ctx->module_jit_build_options = MODULE_DEFAULT;
|
||||||
module_ctx->module_jit_cache_disable = MODULE_DEFAULT;
|
module_ctx->module_jit_cache_disable = MODULE_DEFAULT;
|
||||||
module_ctx->module_kernel_accel_max = MODULE_DEFAULT;
|
module_ctx->module_kernel_accel_max = MODULE_DEFAULT;
|
||||||
module_ctx->module_kernel_accel_min = MODULE_DEFAULT;
|
module_ctx->module_kernel_accel_min = MODULE_DEFAULT;
|
||||||
|
@ -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' ];
|
||||||
|
|
||||||
|
@ -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