mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 18:08:20 +00:00
Update straight.c
This commit is contained in:
parent
d5a74b2536
commit
e5542839fc
@ -289,6 +289,7 @@ int straight_ctx_init (hashcat_ctx_t *hashcat_ctx)
|
|||||||
{
|
{
|
||||||
if (user_options->rp_files_cnt)
|
if (user_options->rp_files_cnt)
|
||||||
{
|
{
|
||||||
|
event_log_info_nn(hashcat_ctx, "Loading Rules");
|
||||||
if (kernel_rules_load (hashcat_ctx, &straight_ctx->kernel_rules_buf, &straight_ctx->kernel_rules_cnt) == -1) return -1;
|
if (kernel_rules_load (hashcat_ctx, &straight_ctx->kernel_rules_buf, &straight_ctx->kernel_rules_cnt) == -1) return -1;
|
||||||
}
|
}
|
||||||
else if (user_options->rp_gen)
|
else if (user_options->rp_gen)
|
||||||
|
Loading…
Reference in New Issue
Block a user