Skip to content

zk1013/iFix

 
 

Repository files navigation

iFix

mdm bypass for ios 12-16 on macos for non wiped devices(if you are on Linux use the Linux branch

alt text

releasesTwitterWebsite

On A11 and A10 devices don´t set a passcode after bypass

Here you can download the Palera1n loader ipa: Palera1n.ipa

!!!Warning! This is for educational porpuse only!!!

Here you can donate the developer: buymeacoffee

How does it work: It boots the device with multiple patches required. On first run, it'll boot a ramdisk which dumps your onboard blob, creates a fakefs (if using semi tethered), installs the loader app, and patches your kernel.

installing

install here the Dependencies of Silver, it should work for iFix also: https://www.appletech752.com/dependencies.sh

Run bash (drag and drop here the file)

download the iFix dmg file from the releases

drag and drop the iFix.app to the application folder

Run these commands:

sudo xattr -r /Applications/iFix.app

sudo xattr -rd com.apple.quarantine /Applications/iFix.app

sudo xattr -d com.apple.quarantine /Applications/iFix.app

sudo xattr -r com.apple.quarantine /Applications/iFix.app

chmod 755 /Applications/iFix.app

now open the iFix app

new click for ios 12-14 start checkra1n and for ios 15-16 start palera1n

When the device is jailbroken, you can click bypass ios 12-16

bypass done

install with python 3 if the steps above didn't work for you

install here the Dependencies of Silver, it should work for iFix also: https://www.appletech752.com/dependencies.sh

Run bash (drag and drop here the file)

download iFix and unzip it

Open a terminal window and cd to the directory that iFix was downloaded to.

Run git init -b main

Run sudo xattr -rd com.apple.quarantine ./*

Run sudo xattr -d com.apple.quarantine ./*

Run sudo chmod 755 ./*

Now cd the device folder inside the iFix folder and run the last 3 commands above again

cd the iFix directory again

to launch the app, run this in terminal: python3 iFix.py

new click for ios 12-14 start checkra1n and for ios 15-16 start palera1n

When the device is jailbroken, you can click bypass ios 12-16

bypass done

Credits

Original palera1n credits:

About

mdm bypass for ios 12-16

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • Shell 8.3%