hashcat doesn't work properly
#1
Sad 
TBH, I am new to these stuff, so if I made any dumb thing, please point it directly.

After I complete all the prepare works to run the command

Code:
"E:\Program Files\hashcat-6.2.6\hashcat.exe" -m 0 -a 3 hash.txt ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d --increment --increment-min=6 --increment-max=16

[Image: MmMRBw6.png]

The hashcat just exited without any warn or error like the image above.

Then I run

Code:
"E:\Program Files\hashcat-6.2.6\hashcat.exe" -b -d 1,2

and find this out


Code:
E:\Program Files\hashcat-6.2.6>"E:\Program Files\hashcat-6.2.6\hashcat.exe" -b -d 1,2
hashcat (v6.2.6) starting in benchmark mode

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

The device #2 specifically listed was skipped because it is an alias of device #1

nvmlDeviceGetFanSpeed(): Not Supported

CUDA API (CUDA 12.9)
====================
* Device #1: NVIDIA GeForce RTX 4080 Laptop GPU, 11047/12281 MB, 58MCU

OpenCL API (OpenCL 3.0 CUDA 12.9.40) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA GeForce RTX 4080 Laptop GPU, skipped

OpenCL API (OpenCL 3.0 D3D12 Implementation) - Platform #2 [Microsoft]
======================================================================
* Device #3: NVIDIA GeForce RTX 4080 Laptop GPU, skipped
* Device #4: Microsoft Basic Render Driver, skipped

OpenCL API (OpenCL 3.0 WINDOWS) - Platform #3 [Intel(R) Corporation]
====================================================================
* Device #5: 13th Gen Intel(R) Core(TM) i9-13980HX, skipped

Benchmark relevant options:
===========================
* --backend-devices=1,2
* --optimized-kernel-enable
-------------------
* Hash-Mode 0 (MD5)
-------------------
nvrtcCompileProgram(): NVRTC_ERROR_INVALID_OPTION
nvrtc: error: invalid value for --gpu-architecture (-arch)
* Device #1: Kernel ./OpenCL/shared.cl build failed.
* Device #1: Kernel ./OpenCL/shared.cl build failed.

...

* Device #1: Kernel ./OpenCL/shared.cl build failed.

Started: Mon Jun 02 02:01:47 2025
Stopped: Mon Jun 02 02:02:06 2025

What's the problem with my OpenCL or CUDA runtime?
Someone please help me, thanks.
Reply


Messages In This Thread
hashcat doesn't work properly - by howdy_my_friend - 06-01-2025, 08:08 PM