1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Merge pull request #3638 from PenguinKeeper7/Loading-Rules-Prompt

Prompt when loading rules
This commit is contained in:
Jens Steube 2023-03-09 22:27:17 +01:00 committed by GitHub
commit d93e6d0d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)