From d2e476e29b5bae643ace820af078bc265024cb86 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:10:44 +0800 Subject: [PATCH] Updated SSH Ramdisk (markdown) --- SSH-Ramdisk.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SSH-Ramdisk.md b/SSH-Ramdisk.md index afcf00d..fe93477 100644 --- a/SSH-Ramdisk.md +++ b/SSH-Ramdisk.md @@ -22,10 +22,13 @@ Note: If you have a checkm8 device that supports iOS 16 or newer, it is not supp ## Options - Connect to SSH - Connect to the device via SSH -- Dump Blobs - Option for dumping onboard SHSH blobs of the device. 64-bit devices only. +- 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](Saving-onboard-SHSH-blobs-of-current-iOS-version) -- Get iOS Version - Get the current iOS version of the device. 32-bit devices only. - Dump Baseband/Activation - Dump baseband and activation record files from the device. 32-bit devices only. - Install TrollStore - Install [TrollStore](https://github.com/opa334/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.