Itunes Backup
#30
This beta update sort of works, but has some problems. I'm using Mac OS X 10.11.6 (El Capitan) with Hashcat and the OpenCL submodule from GitHub this morning. With the Manifest.plist file IncognitoEntity posted with the password test123, I'm able to recover the password after 4.5 minutes with a very short password list, but most of the time I get Abort trap: 6  errors:

Code:
$ ~/bin/itunes_backup2hashcat.pl Manifest.plist  >itunes.txt
$ printf "password1\npassword2\ntest123\npassword3" >mylist
$ ~/Hack/hashcat/hashcat -m 14800 -a 0 --weak-hash-threshold 0 itunes2.txt mylist
hashcat (v3.30-55-g32e285f) starting...

OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz, skipped
* Device #2: Iris Pro, 384/1536 MB allocatable, 40MCU
* Device #3: GeForce GT 750M, 512/2048 MB allocatable, 2MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Generated dictionary stats for mylist: 38 bytes, 4 words, 4 keyspace

INFO: approaching final keyspace, workload adjusted

[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => Abort trap: 6

Longer lists produce CL_INVALID_VALUE/CL_DEVICE_NOT_FOUND errors:

Code:
$ ~/Hack/hashcat/hashcat -m 14800 -a 0 --weak-hash-threshold 0 itunes2.txt mylist
hashcat (v3.30-55-g32e285f) starting...

OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz, skipped
* Device #2: Iris Pro, 384/1536 MB allocatable, 40MCU
* Device #3: GeForce GT 750M, 512/2048 MB allocatable, 2MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Cache-hit dictionary stats mylist: 1863 bytes, 204 words, 204 keyspace

[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => clEnqueueReadBuffer(): CL_INVALID_VALUE

clEnqueueReadBuffer(): CL_DEVICE_NOT_FOUND

Basic stuff like benchmark results shows 0 H/s, which seems wrong:

Code:
$ ~/Hack/hashcat/hashcat -m 14800 -b
hashcat (v3.30-55-g32e285f) starting in benchmark mode...

OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz, skipped
* Device #2: Iris Pro, 384/1536 MB allocatable, 40MCU
* Device #3: GeForce GT 750M, 512/2048 MB allocatable, 2MCU

Hashtype: iTunes Backup >= 10.0

Speed.Dev.#2.....:        0 H/s (1844673858308.33ms)
Speed.Dev.#3.....:        0 H/s (61.95ms)
Speed.Dev.#*.....:        0 H/s

Started: Fri Jan 27 10:03:57 2017
Stopped: Fri Jan 27 10:04:04 2017

Should I open some bugs to track these issues? Maybe I'm doing something wrong, or there's something wrong with my Mac?

Thanks,

-Josh


Messages In This Thread
Itunes Backup - by jwarren - 11-15-2016, 09:50 PM
RE: Itunes Backup - by IncognitoEntity - 12-10-2016, 12:06 AM
RE: Itunes Backup - by keen - 01-15-2017, 07:55 PM
RE: Itunes Backup - by goclukee - 12-21-2016, 11:52 AM
RE: Itunes Backup - by Tuxel - 01-16-2017, 07:21 PM
RE: Itunes Backup - by epixoip - 01-16-2017, 09:36 PM
RE: Itunes Backup - by Tuxel - 01-16-2017, 10:40 PM
RE: Itunes Backup - by epixoip - 01-16-2017, 11:01 PM
RE: Itunes Backup - by rk - 01-17-2017, 05:18 PM
RE: Itunes Backup - by epixoip - 01-17-2017, 09:33 PM
RE: Itunes Backup - by Si2006 - 01-18-2017, 12:02 PM
RE: Itunes Backup - by Tuxel - 01-18-2017, 12:41 PM
RE: Itunes Backup - by trebor_hc - 01-18-2017, 04:53 PM
RE: Itunes Backup - by rk - 01-18-2017, 08:30 PM
RE: Itunes Backup - by boonkerz - 01-19-2017, 12:14 AM
RE: Itunes Backup - by philsmd - 01-19-2017, 12:51 AM
RE: Itunes Backup - by rk - 01-19-2017, 09:05 PM
RE: Itunes Backup - by Tuxel - 01-19-2017, 10:02 PM
RE: Itunes Backup - by philsmd - 01-19-2017, 11:43 PM
RE: Itunes Backup - by Tuxel - 01-20-2017, 12:05 AM
RE: Itunes Backup - by IncognitoEntity - 01-20-2017, 11:57 AM
RE: Itunes Backup - by philsmd - 01-20-2017, 01:13 PM
RE: Itunes Backup - by Tuxel - 01-20-2017, 01:32 PM
RE: Itunes Backup - by philsmd - 01-20-2017, 04:09 PM
RE: Itunes Backup - by IncognitoEntity - 01-20-2017, 06:00 PM
RE: Itunes Backup - by Tuxel - 01-20-2017, 09:49 PM
RE: Itunes Backup - by keen - 01-25-2017, 10:58 PM
RE: Itunes Backup - by philsmd - 01-26-2017, 10:25 PM
RE: Itunes Backup - by kiara - 01-27-2017, 12:58 PM
RE: Itunes Backup - by joswr1ght - 01-27-2017, 05:06 PM
RE: Itunes Backup - by epixoip - 01-27-2017, 10:19 PM
RE: Itunes Backup - by joswr1ght - 01-27-2017, 11:27 PM
RE: Itunes Backup - by atom - 01-27-2017, 11:38 PM
RE: Itunes Backup - by Tuxel - 01-31-2017, 09:33 AM
RE: Itunes Backup - by salvonet80 - 03-03-2017, 12:41 PM
RE: Itunes Backup - by ensign.fodder - 03-03-2017, 06:15 PM
RE: Itunes Backup - by rico - 03-03-2017, 03:53 PM
RE: Itunes Backup - by rico - 03-03-2017, 06:31 PM
RE: Itunes Backup - by nccpdsantry - 03-21-2017, 05:22 PM
RE: Itunes Backup - by atom - 03-22-2017, 01:25 PM
RE: Itunes Backup - by Copyright - 03-23-2017, 08:22 AM
RE: Itunes Backup - by squishymango - 03-23-2017, 09:54 AM
RE: Itunes Backup - by philsmd - 03-23-2017, 09:40 PM