Hascat -m 22000 on 5.1.0 Windows build
#1
I am using hcxpcapngtool, which outputs in 22000 PMKID/EAPOL format. I downloaded the 5.1.0 hashcat binaries for Windows and it does not recognize the 22000 hash type using hashcat32 -m 22000 with either the 32 or 64 bit versions.

As a test, sudo apt install hashcat on my Linux machine. It installed 5.1.0 but did not recognize 22000 hash type. Then I installed from git clone make && install version 5.1.0 and it successfully recognized the 22000 hash type and successfully solved for a known passkey. Unfortunately, my Linux box has crappy motherboard graphics chip while my Windows machine has a big GeForce GTX card.

I would like to solve 22000 hash types on my Windows machine. Does anyone know of the current circumstance of the windows binaries successfully running -m 22000?
Reply
#2
use beta version https://hashcat.net/beta/
Reply
#3
Wonderful! The beta version 1774 found the known PSK straight away from the 22000 PMKID/EAPOL hash. I ran it once with a mask, knowing it should converge quickly, then with a wordlist.

Thank you for pointing me to the beta.
Reply