mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-26 18:04:15 +01:00
Page:
SSH Ramdisk
Pages
Activation
Baseband Update
Data Management
Hacktivation
Home
How to Use
Install IPA AppSync
Jailbreaking with Legacy iOS Kit
Jailbreaking
OTA Downgrade
Pwning Using Another iOS Device
Restore 32 bit Device
Restore A7 Device to iOS 10.3.3
Restore Downgrade
Restore iPhone 4 and older
SSH Ramdisk
Save SHSH blobs from Cydia servers
Saving SHSH blobs
Saving onboard SHSH blobs of current iOS version
Sideloading on Linux
Troubleshooting
powdersn0w
7
SSH Ramdisk
LukeeGD edited this page 2024-11-08 12:57:53 +08:00
Table of Contents
Legacy iOS Kit has an option to create and boot an SSH Ramdisk for all supported devices.
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.
Usage
- 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 | Password: alpine | Port: 6414 - Use tools like Filezilla to access the files. Make sure to also run the needed mount command first
Options
- 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.