HashCat Not working this is the issue down there - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: HashCat Not working this is the issue down there (/thread-10890.html) |
HashCat Not working this is the issue down there - mr.soakex - 07-22-2022 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 RE: HashCat Not working this is the issue down there - ZerBea - 07-23-2022 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 |