pull/3728/merge
Gabriele Gristina 3 months ago committed by GitHub
commit 11210bfe53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2281,6 +2281,8 @@ int hashes_init_stage4 (hashcat_ctx_t *hashcat_ctx)
// https://github.com/hashcat/hashcat/issues/3641
if (hashconfig->salt_type == SALT_TYPE_GENERIC || hashconfig->salt_type == SALT_TYPE_EMBEDDED)
{
if ((hashconfig->opts_type & OPTS_TYPE_DEEP_COMP_KERNEL) == 0)
{
if (hashconfig->attack_exec == ATTACK_EXEC_OUTSIDE_KERNEL)
@ -2293,6 +2295,7 @@ int hashes_init_stage4 (hashcat_ctx_t *hashcat_ctx)
}
}
}
}
// test iteration count in association attack

Loading…
Cancel
Save