Can't run hashcat after installing CUDA toolkit
#1
Hello
I tried run, and there appear error that was not there before.
What I need to do?

There console output:
Code:
hashcat (v6.2.6) starting * Device #1: WARNING! Kernel exec timeout is not disabled.             This may cause "CL_OUT_OF_RESOURCES" or related errors.             To disable the timeout, see: https://hashcat.net/q/timeoutpatch * Device #2: WARNING! Kernel exec timeout is not disabled.             This may cause "CL_OUT_OF_RESOURCES" or related errors.             To disable the timeout, see: https://hashcat.net/q/timeoutpatch nvmlDeviceGetFanSpeed(): Not Supported CUDA API (CUDA 12.1) ==================== * Device #1: NVIDIA GeForce GTX 850M, 3419/4095 MB, 5MCU OpenCL API (OpenCL 3.0 CUDA 12.1.68) - Platform #1 [NVIDIA Corporation] ======================================================================= * Device #2: NVIDIA GeForce GTX 850M, skipped OpenCL API (OpenCL 1.2 ) - Platform #2 [Intel(R) Corporation] ============================================================= * Device #3: Intel(R) HD Graphics 4600, 768/1629 MB (203 MB allocatable), 20MCU * Device #4: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz, skipped Minimum password length supported by kernel: 8 Maximum password length supported by kernel: 63 Hashes: 1 digests; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Optimizers applied: * Zero-Byte * Single-Hash * Single-Salt * Brute-Force * Slow-Hash-SIMD-LOOP Watchdog: Temperature abort trigger set to 90c cuLinkAddData(): the provided PTX was compiled with an unsupported toolchain. * Device #1: Kernel ./OpenCL/shared.cl link failed. Error Log: ptxas application ptx input, line 9; fatal  : Unsupported .version 8.2; current version is '8.1' * Device #1: Kernel ./OpenCL/shared.cl build failed. Started: Thu Jul 06 18:19:49 2023 Stopped: Thu Jul 06 18:20:12 2023
Reply
#2
I discovered that I have outdated driver for CUDA 12.2.
So I just need update to driver that supported.
If you need look for version you need - here you go:
https://docs.nvidia.com/cuda/cuda-toolki...x.html#id4
Reply
#3
Hi also discovered a workaround is to pull from this recently updated hashcat docker:

https://hub.docker.com/r/javydekoning/hashcat

dont run into any of the issues above when using that one now if anyone else has had similar issues, hope this helps
Reply
#4
Thank you for the link, you saved my day Smile
Reply
#5
I appreciate you for sharing the link Smile
Reply