mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 12:32:04 +00:00
Added advice message for mixing of --show and --username
This commit is contained in:
parent
04e7f84daf
commit
7eb36bb9a2
@ -1000,6 +1000,13 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (user_options->show == true) && (user_options->username == true)
|
||||||
|
{
|
||||||
|
event_log_advice (hashcat_ctx, "Mixing --show with --username can cause exponential delay in output.");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (user_options->show == true || user_options->left == true)
|
if (user_options->show == true || user_options->left == true)
|
||||||
{
|
{
|
||||||
if (user_options->remove == true)
|
if (user_options->remove == true)
|
||||||
|
Loading…
Reference in New Issue
Block a user