/sunst0rm

iOS Tether Downgrader

Primary LanguagePython

sunst0rm

iOS Tether Downgrader for checkm8 devices

An automated solution to my previous guide.

Join the Discord server for help

Requirements:

Make sure to use the forks listed above.

How to use?

Flag[Short] Description
ispw[-i] IPSW Path to IPSW
blob[-t] SHSH2 Path to SHSH2
restore[-r] true Restore mode
boot[-b] true Boot mode
boardconfig[-d] BOARDCONFIG BoardConfig to use (E.g: d221ap)
kpp[-kpp] true Use KPP (A9 or lower)
identifier[-id] IDENTIFIER Identifier to use (E.g: iPhone10,6)
legacy true Use Legacy Mode (iOS 11 or lower)

Restoring

python3 sunstorm.py -i 'IPSW' -t 'SHSH2' -r true -d 'BOARDCONFIG'
  • Use --kpp true if you have KPP, otherwise don't add

Booting

python3 sunstorm.py -i 'IPSW' -t 'SHSH2' -b true -d 'BOARDCONFIG' -id 'IDENTIFIER'
  • Use --kpp true if you have KPP, otherwise don't add
./boot.sh

Credits:

M1n1Exploit - Some code from ra1nstorm