HashCat Not working this is the issue down there
#1
nvmlDeviceGetFanSpeed(): Not Supported

CUDA API (CUDA 11.7)
====================
* Device #1: NVIDIA GeForce RTX 2060, 5141/6143 MB, 30MCU

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

OpenCL API (OpenCL 2.1 ) - Platform #2 [Intel(R) Corporation]
=============================================================
* Device #3: Intel(R) UHD Graphics, 3200/6480 MB (1620 MB allocatable), 24MCU

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

The plugin 2500 is deprecated and was replaced with plugin 22000. For more details, please read: https://hashcat.net/forum/thread-10253.html

Started: Fri Jul 22 17:24:24 2022
Stopped: Fri Jul 22 17:24:26 2022



Attached Files
.png   xd.png (Size: 32.39 KB / Downloads: 3)
Reply
#2
This is not an issue. The hash format changed as mentioned by hashcat:
The plugin 2500 is deprecated and was replaced with plugin 22000. For more details, please read: https://hashcat.net/forum/thread-10253.html

The wiki is helpful, too:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2

And why the format changed is explained here:
https://github.com/hashcat/hashcat/issues/1816

To solve your problem, just use the recommended tools to attack the target, store the traffic to a dump file (pcapng format), convert it to hash mode 22000 and feed hashcat with it.

Hash mode 22000 combines the two modes 2500 (EAPOL) and 16800 (PMKID) to a single mode.
Additional information about the PMKID attack is here:
https://hashcat.net/forum/thread-7717.html
Reply