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.
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.
Start iproxy
in the background:
iproxy 2222 22 > /dev/null &
Change the script permisions to run it:
chmod +x ./deverser-linux.sh
./deverser-linux.sh
if you did everything correctly, you should have a .shsh2 file in your folder.
- @moski_dev for the original script
- me, @ilanmittelman for adding linux support