Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.27 KB

idevicesetnonce

An utility for setting nonce on checkm8-vulnerable devices

Download

The statically compiled version of idevicesetnonce can be found here

Usage

idevicesetnonce - An utility for setting nonce on checkm8-vulnerable devices
Statically compiled: yes
usage: idevicesetnonce <iOS version> <SHSH blob> [-d]
    <iOS version>			Target iOS version to downgrade to
    <SHSH blob>			SHSH blob used for restoring
    -d			Print more information during process
Source code: https://github.com/Mini-Exploit/idevicesetnonce
Report issue: https://github.com/Mini-Exploit/idevicesetnonce/issue

Ensure:

  1. Your device is in pwned DFU mode with bootrom sigchecks disabled
  2. You have a stable internet connection

Compiling/Building

Requirements for compiling:

Then, just open idevicesetnonce.xcodeproj then click Build

NOTE: You cannot compile idevicesetnonce statically from the source

Credits