Hashcat-6.2.6 GPU not working
#3
I did a few tests but none of the commands work. What is the correct command to start the program with GPU? The "-b" test also showed that it only counts CPU.
Why do I have GPU SKIPPED

HELP !


C:\Users\Bruno\Downloads\hashcat-6.2.6>hashcat -b
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.6)
====================
* Device #1: NVIDIA GeForce RTX 2070 SUPER, 7123/8191 MB, 40MCU

OpenCL API (OpenCL 3.0 CUDA 12.6.65) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA GeForce RTX 2070 SUPER, skipped

Benchmark relevant options:
===========================
* --optimized-kernel-enable

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

Speed.#1.........: 36014.9 MH/s (72.86ms) @ Accel:512 Loops:1024 Thr:128 Vec:8

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

Speed.#1.........: 11298.7 MH/s (58.46ms) @ Accel:64 Loops:1024 Thr:256 Vec:1

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

Speed.#1.........: 4894.6 MH/s (67.68ms) @ Accel:16 Loops:1024 Thr:512 Vec:1

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

Speed.#1.........: 1602.6 MH/s (51.61ms) @ Accel:8 Loops:1024 Thr:256 Vec:1

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

Speed.#1.........: 564.5 kH/s (70.65ms) @ Accel:16 Loops:512 Thr:512 Vec:1


C:\Users\Bruno\Downloads\hashcat-6.2.6>hashcat -m 22000 -a 3 Orange.hc22000 largenet.txt
hashcat (v6.2.6) starting

CUDA API (CUDA 12.6)
====================
* Device #1: NVIDIA GeForce RTX 2070 SUPER, 7123/8191 MB, 40MCU

OpenCL API (OpenCL 3.0 CUDA 12.6.65) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA GeForce RTX 2070 SUPER, skipped

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Generated bitmap tables


C:\Users\Bruno\Downloads\hashcat-6.2.6>hashcat-6.2.6>hashcat -m 22000 -a 3 Orange.hc22000 ?a?a?a?a?a?a?a?a
'hashcat-6.2.6' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Bruno\Downloads\hashcat-6.2.6>hashcat-6.2.6>hashcat -m 22000 Orange.hc22000 -a 3 --increment --increment-min 8 --increment-max 12 ?a?a?a?a?a?a?a?a?a?a?a?a
'hashcat-6.2.6' is not recognized as an internal or external command,
operable program or batch file.


C:\Users\Bruno\Downloads\hashcat-6.2.6>hashcat-6.2.6>hashcat -m 22000 Orange.hc22000 rockyou.txt
'hashcat-6.2.6' is not recognized as an internal or external command,
operable program or batch file.

Why do I get these messages?
Reply


Messages In This Thread
Hashcat-6.2.6 GPU not working - by buxgut55 - 12-23-2024, 08:10 AM
RE: Hashcat-6.2.6 GPU not working - by buxgut55 - Yesterday, 05:27 PM