wifite2
wifite2 copied to clipboard
Skipping PMKID attack, missing required tools: hcxpcaptool
WTF? I installed all the shit, but somehow it tells me i didnt.......why?
not-root@who-knows:~ $ hcx hcxbtdumptool hcxeiutool hcxhash2cap hcxhashtool hcxpcapngtool hcxpmkidtool hcxpsktool hcxdumptool hcxessidtool hcxhashcattool hcxmactool hcxpioff hcxpmktool hcxwltool
I have the same issue, I've been looking through the code and hcxtools, it seems like hcxpcaptool has been renamed to hcxpcapngtool
https://github.com/ZerBea/hcxtools doesn't have the non ng version, https://github.com/warecrer/Hcxpcaptool does but this one seems dead. Wifite2 does refer to the newer ZerBea/hcxtools
Until this is fixed, a symbolic link does the job :
sudo ln -s /usr/bin/hcxpcapngtool /usr/bin/hcxpcaptool
Fixed.
https://github.com/kimocoder/wifite2/commit/dd13d4a56cae49c9abedf4301bcf91baeabc1134
https://github.com/kimocoder/wifite2/commit/259708c60e805e35a86fcf3b64ee1becfb26f40d
Parameters for Hashcat and hcxdumptool (+ hcxpcapng taking over)
Until this is fixed, a symbolic link does the job :
sudo ln -s /usr/bin/hcxpcapngtool /usr/bin/hcxpcaptool
Thank you for solving my problem