Open bonedaddy opened 3 years ago
from [https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2][hashcat.net wiki]:
hcxpcapngtool support new WPA-PBKDF2-PMKID+EAPOL hash format
could it explain the difference ?
this hints at updating the ReadMe and quoting the hashcat.net wiki:
Get hashcat-utils from https://github.com/hashcat/hashcat-utils
Use cap2hccapx to convert locally
or
Get hcxtools from https://github.com/ZerBea/hcxtools
Use hcxpcapngtool to convert locally and/or to get the PMKID
I think that does indeed explain the difference. It might be worth having both instructions in the readme, or perhaps just using hcxpcapngtool as it should support the same format that cap2hccapx does.
Not really sure if this is an applicable issue since it's not really related to the code, but reporting anyways. The instructions for converting the pcap files into hccapx files dont always work. I've been running some tests, and I'm not exactly sure why but running
cap2hccapx
sometimes results in writing 0 handshakes. However usinghcxpcapngtool
against the same pcap works.For example here's output from my home wifi network running
cap2hccapx
against the captured traffic:However if we try
hcxpcapngtool
against the pcap file, it works