hashcat Forum
Nothing happens - 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: Nothing happens (/thread-11211.html)



Nothing happens - Wirl - 12-23-2022

Hey!

I'm trying to use hashcat to crack a wpa2 handshake.
I've converted it to hc22000 with the online tool and I'm running this under windows:

hashcat.exe D:\wpa2test.hc22000 D:\wordlist\rockyou.txt

It starts and then it terminates. No messages at all:

C:\hashcat-6.2.6>hashcat.exe -m 22000 D:\wpa2test.hc22000 D:\wordlist\rockyou.txt
hashcat (v6.2.6) starting


C:\hashcat-6.2.6>



Am I doing something wrong here?


RE: Nothing happens - marc1n - 12-23-2022

hashcat.exe -a 0 -w4 -m 22000 D:\wpa2test.hc22000 D:\wordlist\rockyou.txt


RE: Nothing happens - Wirl - 12-23-2022

(12-23-2022, 01:09 PM)marc1n Wrote: hashcat.exe -a 0 -w4 -m 22000 D:\wpa2test.hc22000 D:\wordlist\rockyou.txt

After some conversation on the Discord channel, we noticed it was theĀ "OpenCL and OpenGL Compatibility Pack" in Windows causing the problem. I had to uninstall that.

Now it works!


RE: Nothing happens - Wirl - 12-23-2022

Thank you penguin keeper!
yourock.txt