Skip to content

Simple macOS script to dump onboard SHSH with a valid Generator for iOS devices

Notifications You must be signed in to change notification settings

IlannM/deverser-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Déverser-linux

Original script by @moski_dev. If you are using Mac this script with the folling procedure should also, but this is targeted to linux machines.
Here's the original repo, go there to know what the hell this is about.

Requirements

On your PC/Mac:

  • iproxy
    install it if you haven't already.
    Debian/Ubuntu:
    sudo apt install libusbmuxd-tools
    MacOS: (brew required)
    brew install libimobiledevice

  • img4tool
    download it here
    extract it.
    "install" the binary
    sudo cp buildroot_ubuntu-latest/usr/local/bin/img4tool /usr/local/bin/img4tool
    On your idevice:

  • OpenSSH
    Install it with your package manager.

Before running the script

Start iproxy in the background:
iproxy 2222 22 > /dev/null &
Change the script permisions to run it:
chmod +x ./deverser-linux.sh

Now we are good to run the script

./deverser-linux.sh if you did everything correctly, you should have a .shsh2 file in your folder.

Credits

  • @moski_dev for the original script
  • me, @ilanmittelman for adding linux support

About

Simple macOS script to dump onboard SHSH with a valid Generator for iOS devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%