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

Hashcat-utils #18

Closed
scor1n opened this issue Apr 28, 2020 · 7 comments
Closed

Hashcat-utils #18

scor1n opened this issue Apr 28, 2020 · 7 comments

Comments

@scor1n
Copy link

scor1n commented Apr 28, 2020

I have read all other reports and solutions to this problem but I still get the problem. Might be because I dont understand the solutions. Can you help me out, thanks
image

@staz0t
Copy link
Owner

staz0t commented Apr 29, 2020

Hashcatch throws this error when it could not find the necessary binary/binaries in the PATH. It checks that by using the command -v {name of the command} command for Debian based distros.

Hashcatch needs cap2hccapx from hashcat-utils package. So, what you have to make sure of, is that you have cap2hccapx in your PATH.

Just use the following command to check that.
command -v cap2hccapx

If you get any output from the last command, it means that the location of the binary is added to PATH, and hashcatch would not throw any errors. It is entirely possible that you have installed hashcat-utils, but it has not been added to the PATH yet.

So, for anyone who's facing this issue, just make sure that the locations of the binaries are added to PATH. You can simply type in the command, or use command -v {name of the command} (for Debian based distros) to check that.

Here's the list of package missing errors and which binary is actually missing from PATH.
aircrack-ng -> aircrack-ng
hashcat-utils - > cap2hccapx
hcxtools -> wlanhcxinfo
jq -> jq

Hope this helps!

@staz0t
Copy link
Owner

staz0t commented Apr 29, 2020

Also, the error also says that your network adapter could not be set to monitor mode. The network adapter you are using should have the capability to work in monitor mode.

@scor1n
Copy link
Author

scor1n commented Apr 29, 2020

I will try that and let you know how it goes. Where is PATH?

@staz0t
Copy link
Owner

staz0t commented Apr 29, 2020

If you're unsure of what PATH is, I think you should become familiar with Linux first.

@staz0t staz0t closed this as completed Apr 29, 2020
@scor1n
Copy link
Author

scor1n commented Apr 29, 2020 via email

@staz0t
Copy link
Owner

staz0t commented Apr 29, 2020

Did you try the command -v cap2hccapx command I suggested? Or did you try to run cap2hccapx from your terminal?

@scor1n
Copy link
Author

scor1n commented Apr 29, 2020

I have tried it and I have looked up how to troubleshoot this but still nothing
I thank you for your time trying to help me, I really appreciate it
image

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