Monday, March 26, 2018

How to Take Over Control Your iDevice From SSH


What is SSH?
SSH is a short word from Secure Shell. Its like a terminal, but the difference is that the terminal executes code on the device its launched on, but SSH executes code on the device youve SSHed into using WiFi or USB.

How do I get SSH on my iDevice?
Well, its really simple. If you have a jailbreak on iOS 9.3.3 or lower, just open Cydia, search for OpenSSH, and install it. Thats it, now you have SSH! Or you could just to help you: How to Open SSH on iPhone Using ?

SSHing over WiFi
macOS / Linux:
  • Open terminal
  • Type ssh root@your-idevices-i p
  • It wall ask you for your root password. The default one is alpine. If you didnt change it, itll be the default one.

Windows:
  • Download putty
  • Open the app
  • Select the connection type SSH
  • Enter the IP address of your iDevice
  • Press "Open"
  • Wait for a few seconds till it asks for the password and enter it. Again, the default one is alpine.
Congratulations, youve SSHed into your iDevice.

Now, lets do stuff. Here are some useful commands:
  • Password - changes the SSH access password so hackers cant use the default one to mess up your device.
  • Kill all backboard or kill all SpringBoard - resprings your iDevice.
  • Reboot - reboot your iDevice.
  • Halt - power off your iDevice.
Lets take real control over our iDevice.
To do this, download this small tool for controlling your iDevice from SSH (read the description to know how to install it).

So, after youve downloaded nimbus, you can fully control your iDevice from SSH.
In SSH, type nimbus help. Youll see a list of commands which you can enter.

So, lets have some fun!

Open an app on your iDevice. Now type nimbus home. Then, the home button press was simulated.

You can share on Facebook or Twitter.

No comments:

Post a Comment