你好,歡迎來到IOS教程網

 Ios教程網 >> IOS編程開發 >> IOS開發綜合 >> 《iOS應用逆向工程》學習筆記(五)初嘗越獄插件OpenSSH

《iOS應用逆向工程》學習筆記(五)初嘗越獄插件OpenSSH

編輯:IOS開發綜合

首先在越獄機子上裝上OpenSSH插件,然後查看設備的IP地址,這裡假設為192.168.xxx.xxx。

然後用Mac上的Terminal通過Open SSH連接到設備上(初次登錄密碼是alpine,必須立即修改,否則任何人都可以連接到你的機子上搞破壞)。

連接命令為:ssh root@設備IP地址

修改密碼命令為:passwd


例如:

$ ssh [email protected] 
The authenticity of host '192.168.xxx.xxx (192.168.xxx.xxx)' can't be established. 
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx: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. 
[email protected]'s password: 
root#

修改密碼:

root# passwd
Changing password for root.
New password:
Retype new password:
root#


以後就可以用Mac通過SSH連到iOS設備上去了,然後用終端使勁折騰吧。哈哈。



  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved