mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
Allow workload-profile change in benchmark mode
This commit is contained in:
parent
95920f1ef3
commit
5a4cfe9fa3
@ -1112,13 +1112,6 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user_options->workload_profile_chgd == true)
|
|
||||||
{
|
|
||||||
event_log_error (hashcat_ctx, "Can't change --workload-profile (-w) in benchmark mode.");
|
|
||||||
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((user_options->custom_charset_1 != NULL)
|
if ((user_options->custom_charset_1 != NULL)
|
||||||
|| (user_options->custom_charset_2 != NULL)
|
|| (user_options->custom_charset_2 != NULL)
|
||||||
|| (user_options->custom_charset_3 != NULL)
|
|| (user_options->custom_charset_3 != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user