mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Change logic to cover all cases
This commit is contained in:
parent
b187c66236
commit
c8b3164722
@ -748,7 +748,7 @@ static void main_monitor_performance_hint (MAYBE_UNUSED hashcat_ctx_t *hashcat_c
|
||||
{
|
||||
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))
|
||||
if ((user_options->attack_mode != ATTACK_MODE_HYBRID1) && (user_options->attack_mode != ATTACK_MODE_HYBRID2) && (user_options->attack_mode != ATTACK_MODE_ASSOCIATION))
|
||||
{
|
||||
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.");
|
||||
|
Loading…
Reference in New Issue
Block a user