Skip to content

viccy5022/sunst0rm7-7

 
 

Repository files navigation

sunst0rm

iOS Tether Downgrader for checkm8 devices

Based on my guide

Join the Discord server for help

Requirements:

Make sure to use the forks listed above.

How to use?

Option (short) Option (long) Description
-i IPSW --ipsw IPSW Path to IPSW
-t SHSH2 --blob SHSH2 Path to SHSH2
-r true --restore true Restore mode
-b true --boot true Boot mode
-d BOARDCONFIG --boardconfig BOARDCONFIG BoardConfig to use (E.g: d221ap)
-kpp true --kpp true Use KPP (A9 or lower)
-id IDENTIFIER --identifier 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

About

iOS Tether Downgrader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 3.9%