need help with hashcat
#1
hi everyone. so im having issues with hashcat. at somepoint it was working then it stopped. i tried uninstalling all the drivers gpu cpu opencl etc and reinstalling. this is the output i get

P:\hashcat-6.2.6\hashcat-6.2.6>hashcat -m 22000 juju.22000 rockyou.txt
hashcat (v6.2.6) starting

then nothing

then if i try

P:\hashcat-6.2.6\hashcat-6.2.6>hashcat -I
hashcat (v6.2.6) starting in backend information mode

then nothing

then i try


P:\hashcat-6.2.6\hashcat-6.2.6>hashcat -b -d1 -d2 -d3
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.

CUDA API (CUDA 12.4)
====================
* Device #1: NVIDIA GeForce RTX 3060 Laptop GPU, skipped

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

OpenCL API (OpenCL 3.0 ) - Platform #2 [Intel(R) Corporation]
=============================================================
* Device #3: Intel(R) UHD Graphics, 6464/13039 MB (2047 MB allocatable), 24MCU

OpenCL API (OpenCL 3.0 D3D12 Implementation) - Platform #3 [Microsoft]
======================================================================
* Device #4: Intel(R) UHD Graphics, skipped
* Device #5: NVIDIA GeForce RTX 3060 Laptop GPU, skipped
* Device #6: Microsoft Basic Render Driver, skipped

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #4 [Intel(R) Corporation]
====================================================================
* Device #7: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz, skipped

Benchmark relevant options:
===========================
* --backend-devices=3
* --optimized-kernel-enable

-------------------
* Hash-Mode 0 (MD5)
-------------------

Speed.#3.........:  489.2 MH/s (88.69ms) @ Accel:64 Loops:512 Thr:64 Vec:4

----------------------
* Hash-Mode 100 (SHA1)
----------------------

Speed.#3.........:  161.0 MH/s (74.70ms) @ Accel:256 Loops:128 Thr:16 Vec:4

---------------------------
* Hash-Mode 1400 (SHA2-256)
---------------------------

Speed.#3.........: 67115.9 kH/s (89.18ms) @ Accel:64 Loops:128 Thr:32 Vec:4

---------------------------
* Hash-Mode 1700 (SHA2-512)
---------------------------

Speed.#3.........: 11705.3 kH/s (63.59ms) @ Accel:8 Loops:64 Thr:64 Vec:1

-------------------------------------------------------------
* Hash-Mode 22000 (WPA-PBKDF2-PMKID+EAPOL) [Iterations: 4095]
-------------------------------------------------------------

Speed.#3.........:    7708 H/s (46.21ms) @ Accel:128 Loops:32 Thr:16 Vec:1

-----------------------
* Hash-Mode 1000 (NTLM)
-----------------------

Speed.#3.........:  895.5 MH/s (53.03ms) @ Accel:512 Loops:512 Thr:8 Vec:4

---------------------
* Hash-Mode 3000 (LM)
---------------------

Speed.#3.........:  288.0 MH/s (75.54ms) @ Accel:128 Loops:1024 Thr:8 Vec:1

--------------------------------------------
* Hash-Mode 5500 (NetNTLMv1 / NetNTLMv1+ESS)
--------------------------------------------

Speed.#3.........:  535.6 MH/s (86.73ms) @ Accel:64 Loops:1024 Thr:32 Vec:4

----------------------------
* Hash-Mode 5600 (NetNTLMv2)
----------------------------

Speed.#3.........: 33223.9 kH/s (44.57ms) @ Accel:32 Loops:64 Thr:32 Vec:4

--------------------------------------------------------
* Hash-Mode 1500 (descrypt, DES (Unix), Traditional DES)



why does it keep skipping all my devices.

thanks in advance
--------------------------------------------------------

i wanna add. if i use for instance hashcat -b --backend-device=1 then it uses my gpu. but only my gpu.
then if i do hashcat -b backend-device=1 -d3 for example then it will skip my gpu. im trying to use both my integrated graphics card and the gpu. is that possible? or the cpu i mean
Reply