|
|
@@ -1,47 +1,43 @@
|
|
|
# g0blin
|
|
|
|
|
|
-An almost-finished iOS 10.3.x jailbreak based on Siguza's [v0rtex](http://github.com/siguza/v0rtex) kernel exploit and Luca Todesco's KPP bypass.
|
|
|
+A "work in progress" iOS 10.3.x jailbreak
|
|
|
|
|
|
-For 64-bit devices prior to the iPhone 7 (A7 - A9).
|
|
|
+*For 64-bit devices prior to the iPhone 7 (A7 - A9)*
|
|
|
|
|
|
-Spawns an SSH server listening on port 2222. Remember to change your passwords!
|
|
|
-
|
|
|
-Please reinstall the bootstrap when you try a new build.
|
|
|
+Made from off the shelf parts and shared research, bless the jailbreak community!
|
|
|
|
|
|
|
|
|
-## DO NOT INSTALL UNOFFICIAL IPAs*
|
|
|
+## ingredients
|
|
|
|
|
|
-This is my first jailbreak and I have been making mistakes as I learn. Please wait until I make an official release unless you *really* know what you are doing and don't mind having to restore to iOS 11 if something goes wrong.
|
|
|
++ [v0rtex](https://github.com/siguza/v0rtex) kernel exploit by Siguza, vuln by Ian beer, POC by windknown
|
|
|
++ kernel patch protection bypass from [yalu102](https://github.com/kpwn/yalu102) by Luca Todesco
|
|
|
++ modified patchfinder from [extra_recipe](https://github.com/xerub/extra_recipe) by Xerub
|
|
|
++ extra sandbox work from [h3lix](https://h3lix.tihmstar.net) by tihmstar
|
|
|
|
|
|
|
|
|
-## known issues
|
|
|
+## status
|
|
|
|
|
|
-~~Location services fails after jailbreaking~~ fixed locally, haven't pushed the changes yet
|
|
|
+Public codebase is frozen while I prepare the release candidate.
|
|
|
|
|
|
-TouchID fails sometimes after jailbreaking?
|
|
|
+~~Location services fails after jailbreaking~~
|
|
|
|
|
|
-Third-party applications that need root priveledges require an extra entitlement to function correctly.
|
|
|
+TouchID not working in apps after jailbreaking
|
|
|
|
|
|
-````
|
|
|
-<key>com.apple.private.security.no-container</key>
|
|
|
-<true/>
|
|
|
-````
|
|
|
|
|
|
-I have already added the entitlement to the copy of Cydia included in g0blin.
|
|
|
+## notes
|
|
|
|
|
|
-For other apps (eg. Filza, MTerminal) to work correctly you will have to entitle them yourself.
|
|
|
+Spawns an SSH server listening on port 2222. Remember to change your passwords!
|
|
|
|
|
|
+Please reinstall the bootstrap when you try a new build.
|
|
|
|
|
|
-## credits
|
|
|
|
|
|
-v0rtex kernel exploit by Siguza, vuln by Ian beer, POC by windknown
|
|
|
+## DO NOT INSTALL UNOFFICIAL IPAs*
|
|
|
|
|
|
-yalu102 KPP bypass by Luca Todesco (qwertyoruiop)
|
|
|
+This is my first jailbreak and I have been making mistakes as I learn. Please wait until I make an official release.
|
|
|
|
|
|
-Patchfinder from Xerub
|
|
|
|
|
|
-Thanks to Powerful Saurik for Cydia and answering my questions and being a boss.
|
|
|
+## much love
|
|
|
|
|
|
-Special thanks to {unknown} and {unknown} for reaching out, answering my questions, and providing critical insight.
|
|
|
+Siguza, Ian beer, windknown, Luca Todesco, Xerub; tihmstar the legend for reaching out and coming in with the clutch sandbox save and being an awesome guy; Powerful Saurik for Cydia and answering my questions and being a boss; Abraham Masri for reaching out and answering my n00b questions; PsychoTea, ARX8x, ninjaprawn, ...
|
|
|
|
|
|
-Also thanks to the community and everyone who had a hand in helping to get this thing off the ground :)
|
|
|
+Thanks to the community and everyone who had a hand in helping to get this thing off the ground. I am extremely grateful for everyone whose open-source/public contributions to iOS research and tools made it possible for somebody with my unqualified skillset to be able to accomplish this dream come true :)
|