diff --git a/docs/changes.txt b/docs/changes.txt index 58785133b..719c86069 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -13,6 +13,7 @@ - Support for inline VeraCrypt PIM Brute-Force - Support deflate decompression for the 7-Zip hash-mode using zlib hook - Added documentation on hashcat brain, slow-candidate and keyboard-layout mapping features +- Keep output of --show and --left in the original ordering of the input hash file ## ## Algorithms diff --git a/src/modules/module_15300.c b/src/modules/module_15300.c index da8ae9c42..9a19cc9ae 100644 --- a/src/modules/module_15300.c +++ b/src/modules/module_15300.c @@ -113,6 +113,12 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE return true; } + //l_opencl_p_18.1.0.013.tgz: self-test failed + if ((device_param->opencl_device_vendor_id == VENDOR_ID_INTEL_SDK) && (device_param->opencl_device_type & CL_DEVICE_TYPE_CPU)) + { + return true; + } + return false; }