mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 18:08:20 +00:00
Fix --stdout mode
This commit is contained in:
parent
cb78b910d3
commit
2764333160
@ -1018,6 +1018,36 @@ void user_options_preprocess (user_options_t *user_options)
|
|||||||
if (user_options->attack_mode == ATTACK_MODE_BF)
|
if (user_options->attack_mode == ATTACK_MODE_BF)
|
||||||
{
|
{
|
||||||
if (user_options->benchmark == false)
|
if (user_options->benchmark == false)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (user_options->opencl_info == false)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (user_options->keyspace == false)
|
||||||
|
{
|
||||||
|
if (user_options->hc_argc == 0)
|
||||||
|
{
|
||||||
|
user_options->custom_charset_1 = DEF_MASK_CS_1;
|
||||||
|
user_options->custom_charset_2 = DEF_MASK_CS_2;
|
||||||
|
user_options->custom_charset_3 = DEF_MASK_CS_3;
|
||||||
|
|
||||||
|
user_options->increment = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (user_options->stdout_flag == false)
|
||||||
|
{
|
||||||
|
if (user_options->hc_argc == 0)
|
||||||
|
{
|
||||||
|
user_options->custom_charset_1 = DEF_MASK_CS_1;
|
||||||
|
user_options->custom_charset_2 = DEF_MASK_CS_2;
|
||||||
|
user_options->custom_charset_3 = DEF_MASK_CS_3;
|
||||||
|
|
||||||
|
user_options->increment = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
if (user_options->hc_argc == 1)
|
if (user_options->hc_argc == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user