mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
No need for handling OPTS_TYPE_PT_ADD80 and OPTS_TYPE_PT_ADD01 in non-optimized combinator mode
This commit is contained in:
parent
d573a73072
commit
6379e76bc8
@ -2190,6 +2190,7 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
|
||||
uppercase (ptr, line_len);
|
||||
}
|
||||
|
||||
/*
|
||||
if (combinator_ctx->combs_mode == COMBINATOR_MODE_BASE_LEFT)
|
||||
{
|
||||
if (hashconfig->opts_type & OPTS_TYPE_PT_ADD80)
|
||||
@ -2202,6 +2203,7 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
|
||||
ptr[line_len] = 0x01;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
device_param->combs_buf[i].pw_len = line_len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user