Giter VIP home page Giter VIP logo

inferius's Introduction

Inferius

Inferius is an xpwn-like tool, written in Python, which can create custom IPSWs with firmware bundles & restore 64-bit devices using a custom IPSW.

Its current purpose is to downgrade devices (vulnerable to checkm8) to previous iOS versions. However, there are other possible uses for this tool as well.

Notes and Caveats

Before using Inferius, keep in mind that

  • No one but YOU is fully responsible for any data loss or damage caused to your device
  • Creating a new IPSW when attempting to restore is a must when using Inferius. Previously created IPSWs can brick your device, depending on which LLB and iBoot files were used from a signed firmware
  • Restores are not untethered. This means that in order to boot your device, you're always required to use PyBoot or ra1nsn0w to do just that (or if you want to boot jailbroken, checkra1n will work fine too)
  • Downgrades are still limited to versions compatible with the latest signed SEP version. This will change when checkra1n recieves a SEP bypass

Inferius may not come with a firmware bundle compatible with your device. If you need to create your own firmware bundle, you can follow this guide.

Pull requests for new firmware bundles are welcome, as long as the firmware bundle you want to add can create a usable IPSW for the targeted version.

Usage

Currently, to use Inferius, you'll need

  • A computer running macOS (Linux support may come in the future)
  • At least 10gbs of free space on your computer
  • An Internet Connection
  • A 64-bit device (vulnerable to checkm8)
  • A firmware bundle for your device & the iOS version to be downgraded to
  • A brain (Not completely necessary, but YMMV)

To create a custom IPSW with Inferius

pip3 install -r requirements.txt
./inferius.py -d 'device' -i 'iOS Version' -f 'IPSW' -c [-v]

To create a custom IPSW with Inferius and restore the custom IPSW onto your device

./inferius.py -d 'device' -i 'iOS version' -f 'IPSW' -c -r [-v]

To restore a custom IPSW onto your device

./inferius.py -d 'device' -i 'iOS version' -f 'IPSW' -r [-v]

Below, you can find all the options Inferius has to offer

Option (short) Option (long) Description
-h --help Shows all options avaiable
-c --create Create custom IPSW
-d DEVICE --device DEVICE Specifies your device indentifier (e.g iPhone 10,2)
-i VERSION --version VERSION Specifies the version of your stock/custom IPSW
-f IPSW --ipsw IPSW Specifies the path to the stock/custom IPSW
-r --restore Restore custom IPSW
-u --update Keeps your data when restoring (requires --restore)
-v --verbose Print verbose output for debugging

Special thanks

I'd like to thank the following individuals for their corresponding role in this project

Finally, if you need help or have any questions about Inferius, join my Discord server.

inferius's People

Contributors

m1stadev avatar nothereforthedong avatar therealketo avatar ppaaddeehh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.