hashcat.launcher icon indicating copy to clipboard operation
hashcat.launcher copied to clipboard

Hashcat not found

Open Bob-Coder-Master opened this issue 2 years ago • 8 comments

Hashcat not found MacOS 13 (Ventura) Снимок экрана 2023-01-02 в 10 43 45 Снимок экрана 2023-01-02 в 10 43 17 Снимок экрана 2023-01-02 в 10 42 40

Bob-Coder-Master avatar Jan 02 '23 09:01 Bob-Coder-Master

Just tested, same issue. Does hashcat work on mac? I never tested but getting the issue now seems a bit odd.

Can you try with the latest official version from https://hashcat.net/hashcat/

s77rt avatar Jan 02 '23 19:01 s77rt

Can you try with the latest official version from https://hashcat.net/hashcat/

Yes. Same problem

Bob-Coder-Master avatar Jan 03 '23 09:01 Bob-Coder-Master

Does hashcat work on mac?

Yes, but only with terminal. But it's not convenient.

Bob-Coder-Master avatar Jan 03 '23 09:01 Bob-Coder-Master

Can you send me a screenshot how did you manage to get it working on mac? did you run the hashcat.bin file?

s77rt avatar Jan 03 '23 10:01 s77rt

Can you send me a screenshot how did you manage to get it working on mac? did you run the hashcat.bin file?

Unfortunately, I don't know how to run bin files on MacOS. I tried throwing the file into the terminal, but it didn't help. I can say with confidence that it definitely works on MacOS. A long time ago I ran this on my Mac. To get started, I had to read a lot of forums and ask a lot of questions. Now I'm not ready for it. I thought there was a convenient program for this, but apparently not. I will have to boot into Linux as before.

Bob-Coder-Master avatar Jan 03 '23 11:01 Bob-Coder-Master

Sorry I don't think I can help you much here If I can't get hashcat running on mac, I can't make hashcat.launcher to work properly

s77rt avatar Jan 03 '23 12:01 s77rt

Sorry I don't think I can help you much here If I can't get hashcat running on mac, I can't make hashcat.launcher to work properly

OK Снимок экрана 2023-01-03 в 19 58 55

Bob-Coder-Master avatar Jan 03 '23 18:01 Bob-Coder-Master

If you have hashcat installed from Brew, path to binary is /usr/local/bin/hashcat (you can check it by which hashcat command)

I do workaround by symlink ./hashcat/hashcat.bin to my installed hashcat:

mv hashcat.bin hashcat.bin.bak ; ln -s /usr/local/bin/hashcat hashcat.bin

For me it works

smolar avatar Aug 23 '23 21:08 smolar