MatthewPierson / deverser

Simple macOS script to dump onboard SHSH with a valid Generator for iOS devices
79 stars 17 forks source link

[!] Copied dump.raw to this machine, about to convert to SHSH... [#] Error: Failed to create SHSH from 'dump.raw'... #2

Open kylomooa opened 4 years ago

billgehts commented 4 years ago

This shit will not work!

systwi-again commented 1 year ago

I'm encountering the same issues using an iPhone 7 on iOS 10.1 (the version it shipped with for me), running Déverser on macOS 12.6.1.

Here's the output from my terminal emulator:

iMac:deverser systwi$ ./deverser.sh
[!] Welcome to Déverser, a simple script to dump onboard SHSH (Blobs) with a valid Generator for iOS devices...
[!] This script will allow you to use dumped blobs with futurerestore at a later date (depending on SEP compatibility)...
[!] macOS detected!
[!] Found img4tool at /usr/local/bin/img4tool!
[!] Please enter your device's IP address (Found in wifi settings)...
192.168.0.54
Device's IP address is 192.168.0.54
[*] Assuming given IP to be correct, if connecting to the device fails ensure you entered the IP correctly and have OpenSSh installed...
[!] Please enter the device's root password (Default is 'alpine')...
root@192.168.0.54's password: 
[!] Dumped onboard SHSH to device, about to copy to this machine...
[!] Please enter the device's root password again (Default is 'alpine')...
root@192.168.0.54's password: 
[!] Copied dump.raw to this machine, about to convert to SHSH...
[#] Error: Failed to create SHSH from 'dump.raw'...
iMac:deverser systwi$ ls -l dump.raw
-rw-r--r--  1 systwi  staff  0 Jan 10 12:25 dump.raw
iMac:deverser systwi$ 

It seems that something isn't working correctly on the iOS front. This is further suggested by the copy of dump.raw left in /var/root, which is also 0 bytes.

MD5sum of the script is 18fc2eef36a2fd295b459400d630de9f. I git cloned this repo at 2023-01-09 22:12:12 UTC.

Dystnine commented 1 year ago

I'm encountering the same issues using an iPhone 7 on iOS 10.1 (the version it shipped with for me), running Déverser on macOS 12.6.1.

Here's the output from my terminal emulator:

iMac:deverser systwi$ ./deverser.sh
[!] Welcome to Déverser, a simple script to dump onboard SHSH (Blobs) with a valid Generator for iOS devices...
[!] This script will allow you to use dumped blobs with futurerestore at a later date (depending on SEP compatibility)...
[!] macOS detected!
[!] Found img4tool at /usr/local/bin/img4tool!
[!] Please enter your device's IP address (Found in wifi settings)...
192.168.0.54
Device's IP address is 192.168.0.54
[*] Assuming given IP to be correct, if connecting to the device fails ensure you entered the IP correctly and have OpenSSh installed...
[!] Please enter the device's root password (Default is 'alpine')...
root@192.168.0.54's password: 
[!] Dumped onboard SHSH to device, about to copy to this machine...
[!] Please enter the device's root password again (Default is 'alpine')...
root@192.168.0.54's password: 
[!] Copied dump.raw to this machine, about to convert to SHSH...
[#] Error: Failed to create SHSH from 'dump.raw'...
iMac:deverser systwi$ ls -l dump.raw
-rw-r--r--  1 systwi  staff  0 Jan 10 12:25 dump.raw
iMac:deverser systwi$ 

It seems that something isn't working correctly on the iOS front. This is further suggested by the copy of dump.raw left in /var/root, which is also 0 bytes.

MD5sum of the script is 18fc2eef36a2fd295b459400d630de9f. I git cloned this repo at 2023-01-09 22:12:12 UTC.

I think maybe we should unmount rdisk1 first through ssh, but I don't know if it's work.