Struggling with hashcat iTunes
#2
if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/article...pu-section (http://registrationcenter-download.intel..._setup.msi).

That said, a GPU would probably be much faster.

You only need to install perl to generate your hash file like this:
Code:
perl itunes_backup2hashcat.pl my_itunes_backup_file.plist > hash.txt

This of course needs to be done before you run hashcat (you already need the hash file when launching hashcat).
The hash should look similar to the -m 14800 hash mentioned here: https://hashcat.net/wiki/example_hashes (or the hash mentioned in the output of: hashcat.exe -m 14800 --example-hashes)

BTW: you could also try to use the beta version of hashcat from https://hashcat.net/beta/ (but in this specific case I don't think it will be much different compared to the last release version, neither speed-wise, nor improvement-wise).

Good luck with cracking
Reply


Messages In This Thread
Struggling with hashcat iTunes - by Zeshbot - 03-29-2020, 08:00 PM
RE: Struggling with hashcat iTunes - by philsmd - 03-29-2020, 08:28 PM