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

Command not found #25

Open
Gouki-b opened this issue Sep 12, 2021 · 3 comments
Open

Command not found #25

Gouki-b opened this issue Sep 12, 2021 · 3 comments

Comments

@Gouki-b
Copy link

Gouki-b commented Sep 12, 2021

after fixing the problem with hashcat-utils not found,
[] Starting hashcatch setup
ls: cannot access '/usr/share/hashcatch/handshakes/': No such file or directory
[
] Enter your wireless interface: wlan0
[] Trying to set the given interface to monitor mode
[+] The adapter is working in monitor mode!
./hashcatch: line 88: /etc/hashcatch/hashcatch.conf: No such file or directory
[
] All necessary packages are found installed
[*] Done

It looks succesful but when trying to start hashcatch, it says command not found, like its not installed.

@singhmints
Copy link

Create hashcatch folder in /etc/

But even after creating and running ./hashcatch --setup successfully. I'm facing command not found error

@gencoglutugrul
Copy link

gencoglutugrul commented Jan 22, 2022

I got same error and then i just created the required directories and everything worked.
The developers should implement checking and automatically creating required directories.

sudo mkdir -p /usr/share/hashcatch/handshakes/
sudo mkdir -p  /etc/hashcatch/
sudo ./hashcatch --setup

@karimHI
Copy link

karimHI commented Dec 8, 2022

sudo bash hashcatch

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

4 participants