Process hangs forever...Please be patient - 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: Process hangs forever...Please be patient (/thread-10555.html) |
Process hangs forever...Please be patient - dandan - 12-26-2021 Hi, I am trying to run hashcat on a WPA captured handshake of my router for testing. I am running in on win10, the latest build using this command: hashcat.exe -m 22000 myRouter.hccapx myRouter.dict I get this message: Successfully initialized NVIDIA CUDA library. Failed to initialize NVIDIA RTC library. * Device #1: CUDA SDK Toolkit not installed or incorrectly installed. CUDA SDK Toolkit required for proper device support and utilization. Falling back to OpenCL runtime. * Device #1: WARNING! Kernel exec timeout is not disabled. This may cause "CL_OUT_OF_RESOURCES" or related errors. To disable the timeout, see: https://hashcat.net/q/timeoutpatch OpenCL API (OpenCL 3.0 CUDA 11.5.76) - Platform #1 [NVIDIA Corporation] ======================================================================= * Device #1: NVIDIA GeForce GTX 1080 Ti, 10432/11263 MB (2815 MB allocatable), 28MCU Minimum password length supported by kernel: 8 Maximum password length supported by kernel: 63 Hashes: 4 digests; 4 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Optimizers applied: * Zero-Byte * Single-Salt * Brute-Force * Slow-Hash-SIMD-LOOP Watchdog: Temperature abort trigger set to 90c Initializing backend runtime for device #1. Please be patient... It hangs forever after this. Any help would be appreciated. Thanks RE: Process hangs forever...Please be patient - ZerBea - 12-27-2021 Hash mode 22000 doesn't use hccapx any longer. Please read more here: https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2 And about your Windows problems, running hashcat, here: https://hashcat.net/forum/thread-9818.html?highlight=Failed+to+initialize+NVIDIA+RTC+library BTW: The search function of the forum is very helpful: https://hashcat.net/forum/search.php as well as the Wiki: https://hashcat.net/wiki/ |