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

Missing Hashcat-utils fix #29

Open Oscaramr opened 2 years ago

Oscaramr commented 2 years ago

I have been trying to use this tool for a little wondering why cap2hccapx wont work. And the reason is the way I installed and prob many other people installed hashcat-utils the file ends in .bin so cap2hccapx.bin works not cap2hccapx so in the code its self just replace cap2hccapx with cap2hccapx.bin

twf0 commented 2 years ago

I did : cp hashcatch hashcatch.old & sed -i 's/cap2hccapx/cap2hccapx.bin/g' path/hashcatch/hashcatch

But I still have the error

cat /etc/issue

Parrot OS 5.0

sudo ./hashcatch --setup

[...] [!] The following packages are missing. Please ensure that you have installed them properly before starting hashcatch hashcat-utils

Oscaramr commented 2 years ago

I switched to Wifite but also use besside-ng now so if you want to go use them way better and built well. But anyways run cap2hccapx.bin in any directory but where its located if it works in the code change all instances of cap2hccapx to cap2hccapx.bin if it doesnt work you didnt add it to path correctly