02-26-2019, 08:42 AM
for macOS you need to compile the executable/binaries first.
You can use git and compile it with make:
btw: this assumes that make/gcc/git etc are installed (installed by using brew etc)
It is also advised to not use notebooks for long running cracking jobs... This is intensive work, you will probably break your notebook if it can't handle the heat/temperature etc
You can use git and compile it with make:
Code:
git clone https://github.com/hashcat/hashcat
Code:
cd hashcat/
Code:
make
Code:
./hashcat -m 14800 -a 3 -w 3 Manifest.txt ?a
btw: this assumes that make/gcc/git etc are installed (installed by using brew etc)
It is also advised to not use notebooks for long running cracking jobs... This is intensive work, you will probably break your notebook if it can't handle the heat/temperature etc