help with hashcat 5.1.0 and itunes backup recovery
#2
for macOS you need to compile the executable/binaries first.

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
Reply


Messages In This Thread
RE: help with hashcat 5.1.0 and itunes backup recovery - by philsmd - 02-26-2019, 08:42 AM