iOS Jailbreak Guide
đ Useful Links
CFW iOS Guide (always refer to this for iOS Versions and Jailbreak software)
Run
checkra1n
and Jailbreak the iOS device
palera1n > meowbrek2
You must disable your passcode on A11 devices in order to use it. Until palera1n is gone, you wonât be able to use your passcode or any other SEP functionality. SEP features like a passcode, Face ID/Touch ID, and Apple Pay are among them.
Open up a terminal window
Run
Plug in the device and Trust the connection
Open up another terminal window and Run
Running palera1n
Make sure your device is plugged in when entering this command. Run
When ready, press
Enter
and follow the on screen instructions to enter DFU mode.
Once the device boots up
Connect to Wi-Fi
Open the
palera1n
loader app and tapSileo
to install it. After a bit of time, you'll be prompted to set a passcode for using command line stuff, and then afterwards,Sileo
should be on your home screen.Set
alpine
as passwordRun
Sileo
from home screen - packagesUpgrade all
- do NOTReboot the device
To rejailbreak your device, simply rerun the command you just ran and then repeat the other applicable steps.
Restart the
usbmux
service
SSH Setup
openssh-server
already installed by Sileo.Connect to Wi-Fi
EXTRA: Disable Private WiFi MAC Address and set a static IP in the DHCP Lease (router side) for the device
SSH in the device with
mobile
user
Change root password and set it as
alpine
SSH with
root
should work now
Frida
Open
Sileo
and addhttps://build.frida.re
as source repoSearch for
Frida
(re.frida.server) and install itCheck Frida-Server for advanced configuration
đ To rejailbreak your device, simply rerun the command you just ran and then repeat any other applicable steps.
Alternatively, if you are on 15.0 to 15.8, you can use meowbrek2 to rejailbreak as well. (
objection
is not working with this jailbreak)
meowbrek2 - rejailbreak
If it's not already added, you'll also need to add the
https://havoc.app
repository to Sileoin
Sileo
, search for TrollStore Helper and install itOpen the
TrollHelper
app on home screen and pressInstall TrollStore
Open Apple Store and install
Tips
app if not already installedOpen the
TrollStore
app on home screen andInstall Persistence Helper
. SelectTips
from the apps listReboot device
Once rebooted, open the
Tips
app (previously set as the persistence helper) and pressRefresh App Registrations
Install
meowbrek2
Download meowbrek2 file onto the iOS device (search
meowbrek2 ios cfw
on Google and click the Downloads link in the article).Open
TrollStore
, press the+
button and open the.tipa
meowbrek2 fileReboot device
Once rebooted, open the
meowbrek2
app from the home screenTap
Jailbreak
If the app or your device crashes/restarts unexpectedly and you don't re-enter a jailbroken state, simply try rebooting and running the exploit again until it does work.
đ To rejailbreak your device, simply re-open the
meow
app and tapJailbreak
palen1x - live bootable Linux environment that allows you to quickly run palera1n on a compatible device
unc0ver / Odyssey
Use the same above guide for unc0ver too.
Installing the application
Open iTunes and login to your account
Open Sideloadly
Plug your iOS device into your computer
Make sure your computer is trusted and allowed to view the contents of your device
Drag and drop the unc0ver
.ipa
file into SideloadlyEnter in your Apple ID
Enter in your password
Sideloadly must make a request to it's servers in order to work with free developer accounts. If you are not OK with this, you may use an alternate Apple ID (iTunes must be logged on).
The app will now install to your iOS device.
Trusting the application
The unc0ver application can now be opened from home screen.
Running unc0ver
Open the unc0ver application from your home screen immediately afterwards
Tap "Jailbreak"
Certificates
When importing a Profile with a Certificate, the Certificate must be trusted for Root Certificates.
Import the certificate as Profile and configure it in Settings - General - VPN & Device management
In General - About - Certificate Trust Settings, proceed with Enabling full trust for root certificates to make it work
Frida-Server
Install Frida with Cydia/Sileo
Open Cydia/Sileo. Add this repo to the repo/sources list
https://build.frida.re
Search for
frida
and install it
Notes:
frida-server
will be listening on port27042
by default on the iDevicefrida-server
does not listen on all interfaces0.0.0.0
- Check the manual configuration for Listen on all interfaces to make it work
[EXTRA] Manual Frida Install
đ Thanks to my friend Zahid for the instructions - Manually Installing and Configuring Frida on Jailbroken iOS Devices: A Step-by-Step Guide
Download
frida_*_iphoneos-arm64.deb
orfrida_*_iphoneos-arm.deb
from https://github.com/frida/frida/releases
Copy it to the device
/private/var/mobile
directory
SSH into the iDevice and install it
Listen on all interfaces
Use Cydia/Sileo with htps://build.frida.re
(as above) and install Frida.
Find the /Library/LaunchDaemons/re.frida.server.plist
file and modify it.
SSH into the iDevice.
Set the
<key>ProgramArguments</key>
section like this
Save and exit the file
Run
Check for
frida
listening on all interfaces
Test the
frida
remote connection
Last updated