iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
#1
Hello all, I am a bit new to this, so please do forgive me if this is something simple.

I am trying to crack my iTunes backup (Version iOS 12.1.2) and used hashcat to generate the version, wpky, etc. I put all that into text edit and renamed the ending to .txt. Then I used the command ./hashcat Manifest12.txt -m 14800 -a 0 and got the following errors: 
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #aaab25} span.s1 {font-variant-ligatures: no-common-ligatures}
Hashfile 'Manifest12.txt' on line 1 ({\rtf1...1252\cocoartf1671\cocoasubrtf200): Separator unmatched
Hashfile 'Manifest12.txt' on line 2 ({\font...0\fnil\fcharset0 Menlo-Regular;}): Separator unmatched
Hashfile 'Manifest12.txt' on line 3 ({\colo...255\blue255;\red0\green0\blue0;}): Separator unmatched
Hashfile 'Manifest12.txt' on line 4 ({\*\expandedcolortbl;;\csgray\c0;}): Separator unmatched
Hashfile 'Manifest12.txt' on line 5 (\margl...0\vieww10800\viewh8400\viewkind0): Separator unmatched
Hashfile 'Manifest12.txt' on line 6 (\pard\...\pardirnatural\partightenfactor0): Separator unmatched
Hashfile 'Manifest12.txt' on line 8 (\f0\fs...072b3bd3fe15f07e8e4286c9747ccb2\): Signature unmatched
Hashfile 'Manifest12.txt' on line 9 (}): Separator unmatched
Could anybody help me through what the issue is here? I have attached a screenshot of my terminal commands and my .txt file.

Thanks in advanced!


Attached Files
.png   Screen Shot.png (Size: 335.42 KB / Downloads: 7)
#2
you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like
itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/)
#3
(01-25-2019, 09:10 PM)philsmd Wrote: you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like
itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/)
Yes, I have done that. What would be the next step?
#4
you saved it in a .rtf file. Which is a Rich Text Format file. That adds a bunch of unseen data.
You need to save it as a plain text file (.txt) which would be just the letters you typed (and not extra data such as font, color, style, etc)

See https://apple.stackexchange.com/question...plain-text how to do this for your TextEdit app.
#5
(01-25-2019, 09:22 PM)DanielG Wrote: you saved it in a .rtf file. Which is a Rich Text Format file. That adds a bunch of unseen data.
You need to save it as a plain text file (.txt) which would be just the letters you typed (and not extra data such as font, color, style, etc)

See https://apple.stackexchange.com/question...plain-text how to do this for your TextEdit app.

Okay. I have done that. Now I am getting a token length exception error
#6
(01-25-2019, 10:49 PM)N8261D Wrote:
(01-25-2019, 09:22 PM)DanielG Wrote: you saved it in a .rtf file. Which is a Rich Text Format file. That adds a bunch of unseen data.
You need to save it as a plain text file (.txt) which would be just the letters you typed (and not extra data such as font, color, style, etc)

See https://apple.stackexchange.com/question...plain-text how to do this for your TextEdit app.

Okay. I have done that. Now I am getting a token length exception error

Okay I fixed the token length error. I was missing a key. Now I am getting a Separator unmatched on line 1?
#7
(01-25-2019, 11:42 PM)N8261D Wrote:
(01-25-2019, 10:49 PM)N8261D Wrote:
(01-25-2019, 09:22 PM)DanielG Wrote: you saved it in a .rtf file. Which is a Rich Text Format file. That adds a bunch of unseen data.
You need to save it as a plain text file (.txt) which would be just the letters you typed (and not extra data such as font, color, style, etc)

See https://apple.stackexchange.com/question...plain-text how to do this for your TextEdit app.

Okay. I have done that. Now I am getting a token length exception error

Okay I fixed the token length error. I was missing a key. Now I am getting a Separator unmatched on line 1?
I fixed it! The command is now running.