mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-13 22:16:14 +00:00
Fix default mask usage
This commit is contained in:
parent
667a8b1d3d
commit
cb78b910d3
@ -843,7 +843,7 @@ int user_options_sanity (const user_options_t *user_options)
|
||||
}
|
||||
else if (user_options->attack_mode == ATTACK_MODE_BF)
|
||||
{
|
||||
if (user_options->hc_argc >= 2)
|
||||
if (user_options->hc_argc >= 1)
|
||||
{
|
||||
show_error = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user