Checkra1n Era - Ep 3 - Automating extraction "Before First Unlock" (aka "Give me a stupid bash script!")
In my previous post I described how to extract a single file or a folder from a locked iOS device, after chackra1n was applied to the device. In this post I want to introduce a simple (and stupid) bash script, written and tested on Mac OS X. The aim of the script is to automate the extraction by acquiring only relevant files and folders (or, better, by excluding not relevant ones!). DISCLAIMERS There is nothing secret or miraculous in this script, it simply uses already existing tools The script was tested on three devices where checkra1n was applied: an iPhone 5s, an iPhone 7 and an iPhone X Use it at your own risks and only on test devicese The script is provided as it is and I am not providing any support on how to use it There are certainly better ways to write the script and it can be improved (for example, at the moment, it doesn't manage any kind of error). Suggestions on how to improve it are really welcome! DOWNLOAD THE SCRIPT The bash script is availab...