/ios-tools-1

Python tools of varying usefulness related to iOS jailbreaking.

Primary LanguagePython

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 from a single iOS version's IPSW (ex. 13.5)
  • 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
  • A rewrite of tihmstar's wikiproxy.py that utilizes MediaWiki browsing libraries instead of parsing raw HTML documents from The iPhone Wiki with firmware keys.