【iOS安全】iPhone X iOS 16.7.11 (20H360) Palera1n MacOS版 越狱教程

前言

之前分享了如何在Windows 平台上,使用palera1n 2.0.0 beta7/8 越狱iPhone X iOS 16.7.11

详见:https://blog.csdn.net/qq_39441603/article/details/148475198

本篇介绍如何在MacOS平台上,使用Palera1n越狱iPhone X iOS 16.7.11

安装Palera1n

参见:https://palera.in/download/?tab=macos

复制代码
sudo /bin/sh -c "$(curl -fsSL https://static.palera.in/scripts/install.sh)"

命令行使用Palera1n

iPhone通过USB连接至MacBook

复制代码
palera1n -l
c 复制代码
xxx@xxx ~ % palera1n -l
#
# palera1n: v2.2.1 
#
# ========  Made by  =======
# Made by: Nick Chan, Ploosh, Khcrysalis, Mineek, staturnz, kok3shidoll, HAHALOSAH 
# ======== Thanks to =======
# Thanks to: llsc12, Nebula, Lrdsnow, nikias (libimobiledevice),
# checkra1n team (Siguza, axi0mx, littlelailo et al.),
# Procursus Team (Hayden Seay, Cameron Katri, Keto et.al)
# ==========================

 - [10/02/25 19:58:42] <Info>: Waiting for devices
 - [10/02/25 19:58:42] <Info>: Entering recovery mode
 - [10/02/25 19:58:53] <Info>: Press Enter when ready for DFU mode

Hold volume down + side button (0)
Hold volume down button (2)
 - [10/02/25 19:59:21] <Info>: Device entered DFU mode successfully
 - [10/02/25 19:59:21] <Info>: About to execute checkra1n
#
# Checkra1n 0.1337.3
#
# Proudly written in nano
# (c) 2019-2023 Kim Jong Cracks
#
#========  Made by  =======
# argp, axi0mx, danyl931, jaywalker, kirb, littlelailo, nitoTV
# never_released, nullpixel, pimskeks, qwertyoruiop, sbingner, siguza
#======== Thanks to =======
# haifisch, jndok, jonseals, xerub, lilstevie, psychotea, sferrini
# Cellebrite (ih8sn0w, cjori, ronyrus et al.)
#==========================

 - [10/02/25 19:59:21] <Verbose>: Starting thread for Apple TV 4K Advanced board
 - [10/02/25 19:59:21] <Info>: Waiting for DFU mode devices
 - [10/02/25 19:59:21] <Verbose>: DFU mode device found
 - [10/02/25 19:59:21] <Info>: Checking if device is ready
 - [10/02/25 19:59:21] <Verbose>: Attempting to perform checkm8 on 8015 11
 - [10/02/25 19:59:21] <Info>: Setting up the exploit
 - [10/02/25 19:59:21] <Verbose>: == checkm8 setup stage ==
 - [10/02/25 19:59:21] <Verbose>: Entered initial checkm8 state after 1 steps
 - [10/02/25 19:59:21] <Verbose>: Stalled input endpoint after 9 steps
 - [10/02/25 19:59:21] <Verbose>: DFU mode device disconnected
 - [10/02/25 19:59:22] <Verbose>: DFU mode device found
 - [10/02/25 19:59:22] <Verbose>: == checkm8 trigger stage ==
 - [10/02/25 19:59:22] <Info>: Checkmate!
 - [10/02/25 19:59:22] <Verbose>: Device should now reconnect in download mode
 - [10/02/25 19:59:22] <Verbose>: DFU mode device disconnected
 - [10/02/25 19:59:29] <Info>: Entered download mode
 - [10/02/25 19:59:29] <Verbose>: Download mode device found
 - [10/02/25 19:59:29] <Info>: Booting PongoOS...
 - [10/02/25 19:59:31] <Info>: Found PongoOS USB Device
 - [10/02/25 19:59:32] <Info>: Booting Kernel...
xxx@xxx ~ %

越狱成功

相关推荐
EricStone1 天前
VibeCoding工程流程学习二:iOS项目架构
ios·vibecoding
Mintimate2 天前
WorkBuddy 上手: 让脚本项目 Homebrew CN 变成会排障的 Agent
macos·边缘计算·agent
天桥吴彦祖3 天前
判断iOS如何监听手机屏幕是否锁屏
ios
fthux4 天前
如果你用 Mac,那你可能需要 Noti Shift
macos·开源·github
敲代码的鱼4 天前
PDF 预览与签名批注写回 支持安卓 iOS 鸿蒙 UTS插件
android·前端·ios
时光足迹4 天前
uni-app 视频通话实战:康复师与患者视频问诊的 6 个致命 Bug 与解决方案
android·ios·uni-app
时光足迹4 天前
JPush UniApp UTS 插件完全参考手册:API、事件与厂商通道一网打尽
vue.js·ios·uni-app
时光足迹4 天前
极光推送全攻略(下):uni-app 代码实现与 iOS 排查实战
vue.js·ios·uni-app
时光足迹4 天前
极光推送全攻略(上):被iOS证书折磨了三天,我写了一份前端也能看懂的避坑指南
前端·ios·uni-app
编程范式5 天前
SwiftUI 中图片如何适配可用空间
ios