Process hangs forever...Please be patient
#1
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
Reply
#2
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.ht...TC+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/
Reply