mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-08 14:51:10 +00:00
Merge pull request #3218 from willcrozi/stdin-stdout-fix
allow --stdout and --stdin-timeout-abort to be used together
This commit is contained in:
commit
58205847f6
@ -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…
Reference in New Issue
Block a user