allow --stdout and --stdin-timeout-abort to be used together

pull/3218/head
Will Crozier 2 years ago
parent 2b89c69cc4
commit 73637d43db

@ -1372,7 +1372,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
// --stdin-timeout-abort can only be used in stdin mode
if (user_options->hc_argc != 1)
if (user_options->hc_argc > 1)
{
event_log_error (hashcat_ctx, "Use of --stdin-timeout-abort is only allowed in stdin mode (pipe).");

Loading…
Cancel
Save