You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: