|
|
@@ -3,6 +3,7 @@
|
|
|
An incomplete jailbreak for A7-A9 devices on iOS 10.3.x
|
|
|
|
|
|
Spawns an SSH server listening on port 2222.
|
|
|
+
|
|
|
Remember to change your passwords.
|
|
|
|
|
|
Please reinstall the bootstrap when upgrading.
|
|
|
@@ -11,15 +12,25 @@ Please reinstall the bootstrap when upgrading.
|
|
|
## what is still broken?
|
|
|
|
|
|
Third-party applications that need root priveledges require an extra entitlement to function correctly.
|
|
|
+
|
|
|
+````
|
|
|
+<key>com.apple.private.security.no-container</key>
|
|
|
+<true/>
|
|
|
+````
|
|
|
+
|
|
|
I have already added the entitlement to the copy of Cydia included in g0blin.
|
|
|
+
|
|
|
For other apps (eg. Filza, MTerminal) to work correctly you will have to entitle them yourself.
|
|
|
|
|
|
|
|
|
## credits
|
|
|
|
|
|
Siguza - v0rtex kernel exploit
|
|
|
+
|
|
|
Luca Todesco - yalu102 kpp bypass
|
|
|
+
|
|
|
Xerub - patchfinder (extra_recipe)
|
|
|
+
|
|
|
Saurik - Cydia
|
|
|
|
|
|
thanks: PsychoTea, ARX8x, Abraham Masri, ninjaprawn, coolstar, ... ?
|