mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 17:08:17 +00:00
If --dynamic-x is used, potfile database needs to keep all hashes
This commit is contained in:
parent
4da1d31668
commit
702306dfd5
@ -688,7 +688,7 @@ bool default_potfile_keep_all_hashes (MAYBE_UNUSED const hashconfig_t *hashconfi
|
||||
|
||||
// keep all hashes if --username was combined with --left or --show
|
||||
|
||||
if (user_options->username == true)
|
||||
if ((user_options->username == true) || (user_options->dynamic_x == true))
|
||||
{
|
||||
if ((user_options->show == true) || (user_options->left == true))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user