Nothing happens
#1
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?
Reply
#2
hashcat.exe -a 0 -w4 -m 22000 D:\wpa2test.hc22000 D:\wordlist\rockyou.txt
Reply
#3
(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!
Reply
#4
Thank you penguin keeper!
yourock.txt
Reply