-
-
Notifications
You must be signed in to change notification settings - Fork 143
SSH Ramdisk
LukeeGD edited this page Feb 22, 2025
·
8 revisions
Legacy iOS Kit has an option to create and boot an SSH Ramdisk for all supported devices.
- iPhone 3GS, 4, 4S, 5, 5C
- iPhone 5S, 6, 6S, SE 2016, 7 (including Plus variants)
- iPad 1, 2, 3, 4, mini 1
- iPad mini 2, mini 3, mini 4, Air 1, Air 2
- iPod touch 2, 3, 4, 5, 6, 7
Note: If you have a checkm8 device that supports iOS 16 or newer, it is not supported here. Use SSHRD_Script instead. You may also need to use it on macOS due to changes with iOS 16 and newer.
- Run Legacy iOS Kit:
./restore.sh
- Go to Other Options -> SSH Ramdisk
- Select option/s needed in SSH Ramdisk Menu
- For accessing data, note the following:
- Host:
sftp://127.0.0.1
| User: root (or mobile) | Password: alpine | Port: 6414 - Use tools like Filezilla to access the files. Make sure to also run the needed mount command first
- Connect to SSH - Connect to the device via SSH
- Dump Blobs - Dump onboard SHSH blobs of the device. 64-bit devices only.
- For 32-bit devices, go to Saving onboard SHSH blobs of current iOS version
- Dump Baseband/Activation - Dump baseband and activation record files from the device. 32-bit devices only.
- Install TrollStore - Install TrollStore to the device. 64-bit devices on iOS 14/15 ONLY.
- Disable/Enable Exploit - Send commands to set NVRAM variables for powdersn0w devices.
- Get iOS Version - Get the current iOS version of the device.
- Clear NVRAM - Send command to clear NVRAM of the device.
- Update DateTime - Update the date and time of the device to current.
- Reboot Device - Reboot the device and exit script.
- Exit - Exit the script. SSH ramdisk is still booted on the device and can be connected to manually.