Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Hashcat-utils fix #29

Open
Oscaramr opened this issue Jun 4, 2022 · 2 comments
Open

Missing Hashcat-utils fix #29

Oscaramr opened this issue Jun 4, 2022 · 2 comments

Comments

@Oscaramr
Copy link

Oscaramr commented Jun 4, 2022

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
Copy link

twf0 commented Jun 7, 2022

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
Copy link
Author

Oscaramr commented Jun 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants