码迷,mamicode.com
首页 > 移动开发 > 详细

《iOS应用逆向工程》学习笔记(五)初尝越狱插件OpenSSH

时间:2014-08-03 23:23:16      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:ios逆向工程

首先在越狱机子上装上OpenSSH插件,然后查看设备的IP地址,这里假设为192.168.xxx.xxx。

然后用Mac上的Terminal通过Open SSH连接到设备上(初次登录密码是alpine,必须立即修改,否则任何人都可以连接到你的机子上搞破坏)。

连接命令为:ssh root@设备IP地址

修改密码命令为:passwd


例如:

$ 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: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. 
root@192.168.xxx.xxx's password: 
root#

修改密码:

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


以后就可以用Mac通过SSH连到iOS设备上去了,然后用终端使劲折腾吧。哈哈。



《iOS应用逆向工程》学习笔记(五)初尝越狱插件OpenSSH,布布扣,bubuko.com

《iOS应用逆向工程》学习笔记(五)初尝越狱插件OpenSSH

标签:ios逆向工程

原文地址:http://blog.csdn.net/jymn_chen/article/details/38360967

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!