Fixed copy/paste error leading to invalid reassembled passwords added with https://github.com/hashcat/hashcat/commit/a1b5af44330b1ba36eedd3030583f07c6623ee87

This commit is contained in:
Jens Steube
2020-09-03 06:48:07 +02:00
parent 6a419d068c
commit 1ba80a6c1e
+1 -1
View File
@@ -155,7 +155,7 @@ int build_plain (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, pl
if (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL)
{
if ((user_options->rp_files_cnt == 0) || (user_options->rp_gen == 0))
if ((user_options->rp_files_cnt == 0) && (user_options->rp_gen == 0))
{
for (int i = 0; i < 14; i++)
{