1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Add custom plugin info to --hash-info

This commit is contained in:
Jens Steube 2022-04-12 17:38:42 +02:00
parent 2e148a2169
commit 5ef7b737a1

View File

@ -908,6 +908,7 @@ void hash_info_single (hashcat_ctx_t *hashcat_ctx, user_options_extra_t *user_op
event_log_info (hashcat_ctx, " Plaintext.Encoding..: ASCII, HEX");
}
event_log_info (hashcat_ctx, " Custom.Plugin.......: %s", (hashconfig->opts_type & OPTS_TYPE_STOCK_MODULE) ? "No" : "Yes");
event_log_info (hashcat_ctx, NULL);
}