staz0t / hashcatch

Capture handshakes of nearby WiFi networks automatically
http://stazot.com/hashcatch
GNU General Public License v3.0
727 stars 84 forks source link

Problem with hcxtools #33

Open sirius-parallax opened 2 months ago

sirius-parallax commented 2 months ago

ERROR: [!] The following packages are missing. Please ensure that you have installed them properly before starting hashcatch hcxtools

There is no "wlanhcxinfo" in the hcxtools utility set. The script checks for its presence if [[ (dpkg -s aircrack-ng jq 2>&1 == "not installed") || (! command -v cap2hccapx) || (! command -v wlanhcxinfo) ]]

Is there any solution to the problem?