hccapx file with more handshakes - exhausted - 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: hccapx file with more handshakes - exhausted (/thread-8760.html) |
hccapx file with more handshakes - exhausted - jimmy_cr - 11-04-2019 Hello friends, I have captured wifi handshake using "wifite2". When I convert CAP file to HCCAPX file (hcxtools), it consist of several saved handshakes (some may be wrong, but I'm sure that at least 1 is correct and crackable). - When I use hashcat (hashcat-5.1.0+1412) on this "multi" HCCAPX file result is always "EXHAUSTED". - When I split to 7 HCCAPX files and go 1 by 1, I get result on 1 of them with correct key. What I'm doing wrong? p.s.: I tested second "multi" HCCAPX file with same behavior (split = cracked, multi = exhausted) RE: hccapx file with more handshakes - exhausted - slyexe - 11-05-2019 Use a more reliable software such as hcxdumptool which is better integrated with hashcat. You don't even need to acquire handshakes necessarily anymore. Unless Wifite is cleaning the caps, then that's the only potential issue. If you're able to crack a single handshake, there is no difference having multiple handshakes in a single file, the only thing that will change is the time to crack. Without seeing your hashcat command & log there's not much else we can help you with. Post something like this. Code: hashcat64.exe -1 ?d?H -2 01 -m 2500 -a 3 -w 4 capture.hccapx 2511?d?1?2?1?d?d?d?d We need to see if you're actually attacking 7 different handshakes by checking the recovered line. Recovered........: 3/6 (50.00%) Digests, 3/6 (50.00%) Salts RE: hccapx file with more handshakes - exhausted - ZerBea - 11-05-2019 There is work in progress on wifite2: https://github.com/kimocoder/wifite2/issues/1 as well as on aircrack-ng: https://github.com/aircrack-ng/aircrack-ng/issues/2079 https://github.com/aircrack-ng/aircrack-ng/issues/2067 https://github.com/aircrack-ng/aircrack-ng/issues/1958 and of course on hcxpcaptool and hcxdumptool, too. RE: hccapx file with more handshakes - exhausted - postak05 - 11-05-2019 Guys, there is enough information for me in your answers. I will check "Digests" and "Salts" info I know that capturing PMKID is enough so not need to capture 4-way HS. It really seams, that Wifite2 is not cleaning "incomplete" 4-way handshakes. Thanks for your work! best regards Postak |