mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Further checks for attack modes where -S isn't relevant
This commit is contained in:
parent
e47a58db44
commit
b187c66236
@ -747,6 +747,8 @@ static void main_monitor_performance_hint (MAYBE_UNUSED hashcat_ctx_t *hashcat_c
|
||||
if (user_options->slow_candidates == false)
|
||||
{
|
||||
if ((user_options_extra->wordlist_mode == WL_MODE_FILE) || (user_options_extra->wordlist_mode == WL_MODE_MASK))
|
||||
{
|
||||
if ((user_options->attack_mode != ATTACK_MODE_HYBRID1) && (user_options->attack_mode != ATTACK_MODE_HYBRID2))
|
||||
{
|
||||
event_log_advice (hashcat_ctx, "* Append -S to the commandline.");
|
||||
event_log_advice (hashcat_ctx, " This has a drastic speed impact but can be better for specific attacks.");
|
||||
@ -754,6 +756,7 @@ static void main_monitor_performance_hint (MAYBE_UNUSED hashcat_ctx_t *hashcat_c
|
||||
event_log_advice (hashcat_ctx, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
event_log_advice (hashcat_ctx, "* Update your backend API runtime / driver the right way:");
|
||||
event_log_advice (hashcat_ctx, " https://hashcat.net/faq/wrongdriver");
|
||||
|
Loading…
Reference in New Issue
Block a user