axi0mX

Results 10 comments of axi0mX

Could you use the original SHSH from TinyUmbrella and not the one from SHSHaker? Let me know if that works.

Post the file and I'll look at it.

Your APTickets don't have nonces. You should be able to use 9.0, 9.0.1, 9.0.2, and 9.1 with idevicererestore. ``` Parsing APTicket for build 13A452: APTicket does not have a nonce....

Did you extract your combined SHSH to individual files using SHSHaker?

Use the extract-packed-shsh.py script I just pushed to this repo to extract your SHSH. I verified it works on the SHSH you provided after you extract it from the zip...

What exactly do you need? All files should have been extracted by the script. The newer SHSH files will just say Unknown, because the build number was not saved by...

There might not be a public tool available which can do this yet. For now, since you must validate your blobs anyway before you use them, simply validate all your...

Correct. https://dayt0n.com/articles/Odysseus/

The .shsh file was also compressed with gzip. This worked: ``` $ unzip 42481595784-ipad2.5-6.1.3.shsh.zip 42481595784-ipad2,5-6.1.3.shsh Archive: 42481595784-ipad2.5-6.1.3.shsh.zip inflating: 42481595784-ipad2,5-6.1.3.shsh $ file 42481595784-ipad2,5-6.1.3.shsh 42481595784-ipad2,5-6.1.3.shsh: gzip compressed data, from FAT filesystem (MS-DOS,...

You should be able to use extract-packed-shsh.py to extract TinyUmbrella packed combined SHSH into individual files. It's in this repo: https://github.com/axi0mX/apticket-nonce-checker/ Full disclosure: I posted this because I don't know...