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

Error installation #23

Open
tXambe opened this issue Feb 15, 2021 · 3 comments
Open

Error installation #23

tXambe opened this issue Feb 15, 2021 · 3 comments

Comments

@tXambe
Copy link

tXambe commented Feb 15, 2021

Hello,

When I run sudo ./hashcatch --setup I have this error:

[+] The adapter is working in monitor mode!
./hashcatch: line 88: /etc/hashcatch/hashcatch.conf: The file or directory does not exist
[!] The following packages are missing. Please ensure that you have installed them properly before starting hashcatch
        hashcat-utils

But I have installed this package.

Can anyone help me.

A greeting and thanks

@cyablo
Copy link

cyablo commented Feb 19, 2021

hashcatch checks for cap2hccapx in path. If you compiled hashcat-utils yourself (not sure for already packaged versions like in Kali), the file is called cap2hccapx.bin. Make sure you remove the .bin file extensions in /usr/local/bin.

Anyway, hashcatch also relies on wlanhcxinfo which has been removed from hcxtools since v6.1.2 for being deprecated. So you might hit another dead end after fixing your hashcat-utils message, depending on where you get hcxtools from.

You might need to compile hcxtools v6.1.1 yourself to get wlanhcxinfo back.

@dcondrey
Copy link

git clone https://github.com/hashcat/hashcat-utils
cd hashcat-utils/src && make
for i in *.bin; do mv "$i" /usr/local/bin/"`echo $i | sed 's/\.bin//'`"; done

@tXambe
Copy link
Author

tXambe commented Jul 2, 2021

/usr/local/bin

That was the problem remove the .bin file extensions

A greeting and thanks

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

3 participants