Problem with HashCat
#1
Hello.
 
I have HashCat installed on an Ubuntu 20.04.
 
If I launch a dictionary attack (-a 0), it works perfectly; but with a brute force attack (-a 3) I get the following error:

Code:
cuLinkAddData(): the provided PTX was compiled with an unsupported toolchain.

* Device #1: Kernel /opt/HashCat/OpenCL/m11300-pure.cl link failed. Error Log:

ptxas application ptx input, line 9; fatal   : Unsupported .version 8.1; current version is '7.8'



* Device #1: Kernel /opt/HashCat/OpenCL/m11300-pure.cl build failed.

The information returned by the $ nvidia-smi command is as follows:

Code:
$ nvidia-smi
Thu Mar 30 20:24:05 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 520.61.05    Driver Version: 520.61.05    CUDA Version: 11.8     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  On   | 00000000:01:00.0 Off |                  N/A |
| 57%   78C    P0    N/A /  30W |    203MiB /  2048MiB |    100%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A    367003      C   ./hashcat.bin                     200MiB |
+-----------------------------------------------------------------------------+
$

Can anyone help me?
 
Best regards.
Reply