Italogc / palera1n-3.0

iOS 15.0-15.7.2 tethered/semi-tether checkm8 "jailbreak"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palera1n-Header

Dando fix no trabalho lamentável dos desenvolvedores no ios15.X e 16.X, resolvendo problemas de bootloop e gaster ausente.

IMPORTANTE! QUEM UTILIZA O ANTIGO "PALERA1N SEMI-TETHERED DO LINUX" OU O "PALERA1N GUI LINUX" E USA ESTA VERSÃO DO 3.0 PARA DAR FIX NO JAILBREAK DO SEU APARELHO IOS, POR FAVOR, NÃO ATUALIZEM MAIS A VERSÃO DO PALERA1N NO SEU COMPUTADOR, POIS O CÓDIGO FONTE DO PALERA1N NORMAL AGORA MUDOU PARA O NOVO PALEN1X (ROOTLESS ROOTFULL) E NÃO TEM MAIS SUPORTE ALGUM PARA ESTE 3.0 PARA FUNCIONAR NOS COMPUTADORES DOS DESAVISADOS QUE TEIMAREM EM CONTINUAR ATUALIZANDO! COMO DIZ UM VELHO DITADO: "NÃO DEVEMOS MUDAR AQUILO QUE JÁ ESTÁ BOM". ENTÃO EU NÃO ME RESPONSABILIZO POR QUEM FERRAR SEU JAILBREAK POR TENTAREM "ATUALIZAR" O QUE NÃO DEVERIAM MAIS MEXER DEPOIS QUE O CÓDIGO FONTE ANTIGO DO PALERA1N SEMI-TETHERED FOI MUDADO PARA O NOVO PALEN1X!

This is a work in progress. by pwnd2e@Twitter for this modified version of palera1n

Read this throughly, feel free to ask questions, know the risks.

    1. open Ask in r/jailbreak Discord #palera1n channel
    1. open Ask in palera1n Discord
    1. open Ask in 2escustomservices Discord #palera1n channel
    1. Or open a GitHub issue

Please, please, please, provide necessary info:

  • iOS version and device (eg. iPhone 7+ 15.1, iPhone 6s 15.3.1)
  • Computer's OS and version (eg. Ubuntu 22.04, macOS 12.0 and up)
  • The command you ran
  • Debug logs with --debug

palera1n

iOS 15.0-16.3 work in progress, semitethered checkm8 "jailbreak"

What does this do?

It boots the device with AMFI patches. On first run, it'll boot a ramdisk which dumps your onboard blob, and installs Sileo and Substitute.

WARNING 1: I am NOT responsible for any data loss. The user of this program accepts responsibility should something happen to their device. While nothing should happen, jailbreaking has risks in itself. If your device is stuck in recovery, please run futurerestore --exit-recovery, or use irecovery -n. Using this on iOS 16 has a higher chance of bootlooping you.

On A10 and A11, you must disable your passcode while in the jailbroken state. On A10, this can be fixed in the future by implementing blackbird. On A11, we don't have a SEP exploit yet.

Linux issues

Linux has some weird usbmuxd issues. We have tried our best to fix them, but there stil are issues. We highly recommend to compile and install usbmuxd2.

Stop making issues about Linux not being able to connect, we are aware. This includes being stuck on waiting for ramdisk to finish booting.

Prerequisites

    1. checkm8 vulnerable iOS device on iOS 15 (A8X-A11)
    • You must install the Tips app from the App Store before running the script
    1. Linux or macOS computer
    • Python 3 is required
    1. iOS 15.0-16.3
    1. A brain
    • Remember, this is mainly for developers.

How to use

*OBS: no lugar do "15.x.x" nos comandos abaixo bote a mesma versão do ios instalada no seu aparelho

    1. Clonar este repositório no xfce terminal com o comando:

sudo git clone --recursive https://github.com/Italogc/palera1n-3.0 && cd palera1n-3.0

- Antes de fazer o jailbreak desative todos os códigos de bloqueio presentes no seu aparelho
- Botar seu aparelho em modo DFU manualmente antes de fazer o procedimento de jailbreak.
      • Para fazer o jailbreak, se você já deu o comando 'cd palera1n-3.0' bote o seguinte comando no terminal: sudo ./palera1n.sh --tweaks 15.x.x
    • Após fazer o jailbreak semi-tethered, e for refazer o jailbreak, lembre-se de dar "do all" nos ajustes do palera1n
    • Se o processo travar pela metade e seu aparelho crashar em modo dfu, execute o comando a seguir para destravar o seu aparelho:

    sudo ./palera1n.sh --dfuhelper

    1. Durante a primeira vez que for fazer jailbreak no seu aparelho, você vai ter que copiar e colar as seguintes frases no terminal e dar enter para prosseguir com o procedimento de jailbreak:
    • Quando o terminal solicitar digite: sim
    • Em seguida, quando o terminal solicitar digite: sim
    1. CASO ACONTEÇA DO JAILBREAK E O APARELHO CRASHAREM EM BOOTLOOP ETERNO COM A FRASE "waiting for connection no connection for 2222->22, fd = 5" NO TERMINAL, ABRA A SEGUNDA JANELA ABERTA DO TERMINAL E DIGITE CADA UM DOS COMANDOS ABAIXO PARA DESCRASHAR O APARELHO DO BOOTLOOP ETERNO. MAS JAMAIS FECHE A OUTRA JANELA DO TERMINAL, POIS O PROCESSO DE JAILBREAK VAI CONTINUAR EM DIANTE NAS DUAS JANELAS JUNTAS AO MESMO TEMPO:

sudo systemctl stop usbmuxd

sudo usbmuxd -f -p

    1. Caso o processo de jailbreak algum dia crashe seu aparelho, bote seu aparelho em modo DFU você poderá deletar o jailbreak pelos comandos abaixo no terminal:

cd palera1n-3.0

sudo ./palera1n.sh --restorerootfs 15.x.x

    1. É altemente recomendável atualizar seus programas de jailbreak do Palera1n ao menos 2 vezes por semana para atualizações de correções de bugs, para isso basta executar cada um dos 4 comandos abaixo em uma nova janela de terminal no seu linux:

sudo rm -r palera1n

sudo rm -r palera1n-3.0

sudo git clone --recursive github.com/palera1n/palera1n -b legacy

sudo git clone --recursive https://github.com/Italogc/palera1n-3.0

    1. Para evitar problemas de USB no meio do processo de jailbreak, recomendo que você instale também no seu linux a pasta de drivers do usbmuxd2 antes de iniciar o processo de jailbreak. Para isso basta executar o comando abaixo no terminal:

sudo git clone --recursive https://github.com/Italogc/usbmuxd2

Repos

All repos work because it uses normal Procursus and not rootless.

  • pwnd2e You can add this repo for tweaks that wont bork your idevice

Credits

  • pwnd2e for this modified fork

  • Nathan

    • The ramdisk that dumps blobs is a slimmed down version of SSHRD_Script
    • Also helped Mineek getting the kernel up and running and with the patches
    • Helping with adding multiple device support
  • Mineek

    • For the patching and booting commands
    • Adding tweak support
  • Amy for the Pogo app

  • nyuszika7h for the script to help get into DFU

  • the Procursus Team for the amazing bootstrap

  • F121 for helping test

  • tihmstar for pzb/original iBoot64Patcher/img4tool

  • xerub for img4lib and restored_external in the ramdisk

  • Cryptic for iBoot64Patcher fork

About

iOS 15.0-15.7.2 tethered/semi-tether checkm8 "jailbreak"

License:GNU General Public License v3.0


Languages

Language:Shell 96.4%Language:Python 3.6%