tacoon395 / ios-tools

Python tools of varying usefulness related to iOS jailbreaking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Tools

A repository with scripts that can be helpful for jailbreaking.

Requirements

  • Python 3
  • A macOS or Linux computer (although not all scripts support Linux)
  • Required libraries:
    • pip3 install -r requirements.txt
  • A script to extract an apnonce and sepnonce from an SHSH blob.
Option (short) Option (long) Description
-h --help Shows all options avaiable
-s --shsh SHSH Path to SHSH
  • A script (macOS only) to extract ASR binaries from each iOS version's IPSW for an iOS device.
Option (short) Option (long) Description
-h --help Shows all options avaiable
-d --device DEVICE Device identifier (ex. iPhone9,3)
-i --version VERSION Fetch ASR binaries for one major iOS version (ex. 13)
  • A script to package installed debian packages back into a DEB. Works on both iOS and Debian-based Linux distributions.
Option (short) Option (long) Description
-h --help Shows all options avaiable
-p --package PACKAGE Path to installed package

About

Python tools of varying usefulness related to iOS jailbreaking.


Languages

Language:Python 100.0%