Posts: 1
Threads: 1
Joined: Jan 2022
01-03-2022, 09:23 PM
(This post was last modified: 01-04-2022, 06:03 PM by Dragon64M.)
Hi, I'm a new hashcat user and I'm just attempting to set up the program and I ran into a issue where the terminal told me (mac user):
/Users/Greg/.local/share/hashcat/sessions/usage.pid: No such file or directory
/Users/Greg/.local/share/hashcat: No such file or directory
When I attempted to run: hashcat --help
Any help would be appreciated!
Posts: 879
Threads: 15
Joined: Sep 2017
(01-03-2022, 09:23 PM)Dragon64M Wrote: Hi, I'm a new hashcat user and I'm just attempting to set up the program and I ran into a issue where the terminal told me (mac user):
/Users/Greg/.local/share/hashcat/sessions/usage.pid: No such file or directory
/Users/Greg/.local/share/hashcat: No such file or directory
When I attempted to run: hashcat --help
Any help would be appreciated!
how did you installed hashcat on mac? homebrew, git?
missing .local/share/hahscat seems hashcat was not installed properly (missing make install after compiling from git?)
im not quite familiar with compiling on mac, if this hahscat folder exists (pls check), it seems it is a permission issue
Posts: 1
Threads: 0
Joined: Jan 2022
(01-03-2022, 09:23 PM)Dragon64M Wrote: Hi, I'm a new hashcat user and I'm just attempting to set up the program and I ran into a issue where the terminal told me (mac user):
/Users/Greg/.local/share/hashcat/sessions/usage.pid: No such file or directory
/Users/Greg/.local/share/hashcat: No such file or directory
When I attempted to run: hashcat --help
Any help would be appreciated!
I was about the ask the exact same question. I tried installing using brew and git with the exact same result.
Not sure how to procedd
Posts: 879
Threads: 15
Joined: Sep 2017
01-10-2022, 03:36 PM
(This post was last modified: 01-10-2022, 03:38 PM by Snoopy.)
when using git try
make install
after compiling it
homebrew dont know, maybe i would give it an try and mkdir these needed folderstructure, if there are already there, then it seems a permission problem
EDIT:
seems you will also need the opencl header before compiling
see this conversion
https://gist.github.com/chadmayfield/600...dddc5de09c