Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
/ ios-tools Public archive

Python tools of varying usefulness related to iOS jailbreaking.

Notifications You must be signed in to change notification settings

m1stadev/ios-tools

Repository files navigation

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.

About

Python tools of varying usefulness related to iOS jailbreaking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages