1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-05-02 23:19:14 +00:00

Fix default mask usage

This commit is contained in:
jsteube 2016-10-02 23:38:17 +02:00
parent 667a8b1d3d
commit cb78b910d3

View File

@ -843,7 +843,7 @@ int user_options_sanity (const user_options_t *user_options)
} }
else if (user_options->attack_mode == ATTACK_MODE_BF) else if (user_options->attack_mode == ATTACK_MODE_BF)
{ {
if (user_options->hc_argc >= 2) if (user_options->hc_argc >= 1)
{ {
show_error = false; show_error = false;
} }