iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched (/thread-8099.html) |
iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - N8261D - 01-25-2019 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! RE: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - philsmd - 01-25-2019 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/) RE: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - N8261D - 01-25-2019 (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 likeYes, I have done that. What would be the next step? RE: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - DanielG - 01-25-2019 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/questions/17433/can-textedit-save-as-plain-text how to do this for your TextEdit app. RE: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - N8261D - 01-25-2019 (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. Okay. I have done that. Now I am getting a token length exception error RE: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - N8261D - 01-25-2019 (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. Okay I fixed the token length error. I was missing a key. Now I am getting a Separator unmatched on line 1? RE: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched - N8261D - 01-25-2019 (01-25-2019, 11:42 PM)N8261D Wrote:I fixed it! The command is now running.(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. |