Merge pull request #3609 from gemesa/skip-limit-stdout

Fixes hashcat#3580: bug in --skip/--limit w/ --stdout
pull/3614/head
Jens Steube 1 year ago committed by GitHub
commit 225d67c09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -787,7 +787,7 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
{
if ((mask_ctx->masks_cnt > 1) || (straight_ctx->dicts_cnt > 1))
{
event_log_error (hashcat_ctx, "Use of --skip/--limit is not supported with --increment or mask files.");
event_log_error (hashcat_ctx, "Use of --skip/--limit is not supported with --increment, mask files, or --stdout.");
return -1;
}

Loading…
Cancel
Save