IOS Reverse Engineering Study Notes (5) first taste of the jailbreak plug-in OpenSSH
First, install the OpenSSH plug-in on the jailbreak host, and then check the IP address of the device, which is assumed to be 192.168.xxx.xxx.
Then use Terminal on the Mac to connect to the device through Open SSH (the First Login Password is alpine and must be changed immediately; otherwise, anyone can connect to your host for damage ).
The connection command is:Ssh root @ device IP Address
Run the following command to change the password:Passwd
For example:
$ Ssh root@192.168.xxx.xxx The authenticity of host' 192. 168. xxx. xxx (192.168.xxx.xxx) 'Can't be established. RSA key fingerprint is xx: xx. are you sure you want to continue connecting (yes/no )? Y Please type 'yes' or 'no': yes Warning: Permanently added' 192. 168. xxx. xxx '(RSA) to the list of known hosts. root@192.168.xxx.xxx's password: root #
Change Password:
Root # passwdChanging password for root. New password: Retype new password: root #
In the future, you can connect to the iOS device through SSH on a Mac, and then use the terminal to work hard. Haha.