![]() |
CL_UNKNOWN_ERROR on mode 26900 (SNMPv3 HMAC-SHA384-256) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: CL_UNKNOWN_ERROR on mode 26900 (SNMPv3 HMAC-SHA384-256) (/thread-13309.html) |
CL_UNKNOWN_ERROR on mode 26900 (SNMPv3 HMAC-SHA384-256) - whoisroot - 07-09-2025 I'm currently running a few benchmarks on a couple machines for a (very dumb and poorly coded) python comparison script I'm writing. I was testing runs without CUDA/only OpenCL when I came across this error, but only in one of the machines. The machine has an AMD Ryzen 7 3700X, a NVIDIA GTX 1660 and is running Arch Linux with nvidia-dkms-575.64 drivers. I initially found the error when running "--benchmark-all", but it can be reproduced with "hashcat -m 26900 -b --backend-ignore-cuda" as well. Using the CUDA backend throws no errors. Code: hashcat (v6.2.6) starting in benchmark mode Is there any way to debug the error with more information? There are no "verbose" options in the help and debug is only present for rules. RE: CL_UNKNOWN_ERROR on mode 26900 (SNMPv3 HMAC-SHA384-256) - whoisroot - 07-11-2025 Nevermind, I updated to the git version and this specific error went away. I had other errors, but none of them fully stopped the run of the full benchmark suite as this one was doing. Results can be viewed in (JSON format) here: https://gist.github.com/whoisroot/315d5b87511f2e75eae0e223bf9d0362 Some hash types are missing because of errors while running the benchmarks, but I think most of the relevant types are there. Interesting results (YMMV): * NetNTLMv2 (NT) -> 40.78% better without CUDA * NTLM -> 17.16% better without CUDA * WPA-PMK-PMKID+EAPOL -> 37.89% better without CUDA * Cisco-IOS $9$ (scrypt) -> 62.51% better without CUDA * md5(utf16le($pass)) -> 18.60% better without CUDA * md5(utf16le($pass).$salt) -> 31.25% better without CUDA I'll post the full "tools" later, but they are just a couple hacky Python scripts that ingest "--machine-readable" logs. RE: CL_UNKNOWN_ERROR on mode 26900 (SNMPv3 HMAC-SHA384-256) - whoisroot - 07-15-2025 Kind of unrelated, but I published my tooling: https://hashcat.net/forum/thread-13314.html |