Compare commits

...

2 Commits

Author SHA1 Message Date
Jens Steube 264e8ba95f
Merge pull request #3891 from PenguinKeeper7/outfile-json-check-fix
7 months ago
PenguinKeeper7 a033180aa1
Update user_options.c
8 months ago

@ -1082,7 +1082,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
return -1; return -1;
} }
if (user_options->outfile_json == false) if (user_options->outfile_json == true)
{ {
event_log_error (hashcat_ctx, "Mixing --outfile-json is not allowed with --show."); event_log_error (hashcat_ctx, "Mixing --outfile-json is not allowed with --show.");

Loading…
Cancel
Save