N00b can't get hashcat.exe file with extract error from Keka on MacOS
#2
The best/easiest thing for macOS (since we can't really cross-compile the macOS binaries for every macOS version etc), is to just use git and compile it yourself.

i.e. with brew install the most important build/compile tools like make, gcc, sed, git etc

after that, you can just simply compile hashcat on the command line
Code:
git clone https://github.com/hashcat/hashcat
cd hashcat
make
./hashcat --help
Reply


Messages In This Thread
RE: N00b can't get hashcat.exe file with extract error from Keka on MacOS - by philsmd - 05-23-2020, 08:46 AM