美文网首页
"魔法宝盒: Cydia软件的奇妙世界"

"魔法宝盒: Cydia软件的奇妙世界"

作者: 木子心语 | 来源:发表于2019-12-28 17:06 被阅读0次

上一篇文章: "心手相应: 探索Cycript的潜力"

本篇文章对Cydia进行介绍

1.Cydia

  • Cydia之父-Jay Freeman(杰 弗里曼)

Cydia之父 Jay Freeman,曾经也是一名iOS开发工程师。由于他写了一个视频拍摄软件而苹果没允许上架,他一气之下就开了cydia软件商店,专门收留不被苹果通过的软件。

  • Cydia有五部分组成

1.cydia

cydia

2.软件源

. IMG_0280.PNG

3.变更

变更

4.已安装

已安装

5.搜索

搜索

五个部分组成

  • cydia:
    主要是升级越狱常见问题,设备文件拷贝,OpenSSH访问教程,Root密码教程,存储详情等
  • 软件源:
    主要是某些插件,需要到指定的软件源下载
  • 变更:
    插件安装更新等变动更新
  • 已安装:
    已经安装的插件,辅助工具
  • 搜索
    搜索需要安装的插件或者工具

2.继续更新Cydia工具文章

今天试2019年的最后一天了,明天就是2020年.

我们满怀欣喜引接2020,2019的不快乐,希望停留在2019,2019的快乐希望带进2020,也希望大家2020年快乐健康.

今天刚写了这篇文章: "金蛋破壳:iOS应用砸壳工具解密".

有的朋友可能会觉得文章有些跳跃,其实并非如此。有些内容可能需要提前提到,我会尽量在有时间的情况下对文章进行更新。

在写每一篇文章时,我都会亲自操作一遍。因为Mac系统升级后,之前调试的工具可能会有变化,我会提前安装并测试工具的使用情况。如果遇到错误或者总结性的内容,我会用“注意”作为标记,以便大家注意。

我亲自测试之后,会按照安装到使用的步骤,一步一步截图介绍给大家。如果按照我的步骤安装,应该会很顺利。但也存在一些别的原因导致安装不成功。如果你遇到了问题,请首先自己搜索解决办法,尝试多次。如果仍然无法解决,你可以联系我,我们一起来解决。

有时候问题可能是系统配置或者环境出了问题,但不用担心,总会有解决的办法。

3.Cydia模块介绍

cydia

我们主要对Cydia模块的OpenSSH访问教程/Root密码教程介绍.

1.Root密码教程

Root密码教程 1 Root密码教程 2 Root密码教程 3

If you install OpenSSH, you need to change your device's root password to prevent the possibility of unsavory people remotely logging into your device using the default password.
Open Terminal on your desktop and log in over wifi
1: Obtain Administrator Access
Note: this first step is only necessary if you are using MobileTerminal. If you logged in via SSH as root, you do not need to do this step, so skip to Step 2.
Run "su root" and provide the root password. The default password as provided by Apple is "alpine".
Here I also run "cd" only to shorten the otherwise very long prompt.
iPhone:~ mobile$ su root Password: iPhone:/var/mobile root# cd iPhone:~ root#

2: Change the root Password
Run "passwd" and type in your new password twice. Please note that your keypresses will not be displayed on the terminal screen (for security).
iPhone:~ root# passwd Changing password for root. New password: Retype new password: iPhone:~ root#

3: Change the mobile Password
This is the regular user account on the device. Run "passwd mobile" and repeat as directed above.
iPhone:~ root# passwd mobile Changing password for mobile. New password: Retype new password: iPhone:~ root#

4: Close your terminal Congratulations! Your job is done!

大概意思:

如果你安装OpenSSH,你如果需要改变设备的root密码 ,防止别人通过默认密码远程登录你的设备.稍等这里讲解OpenSSH

如果需要修改密码
1. 使用root账户登录,输入密码。
2. 在终端中输入passwd命令,系统会提示你输入两次新密码,确认即可成功修改密码。
3. 如果需要切换到其他用户(比如mobile用户),可以通过执行passwd mobile命令,同样输入两次新密码,确认即可成功修改密码。

OpenSSH

OpenSSH 1 OpenSSH 2

Connecting to the iPhone remotely lets you use the full power of your device. It's really quite simple with the packages in Telesphoreo, so I've written up this guide. Good luck!
1: install the OpenSSH package
(click, Install, Confirm, Close, Back)
2: open Wi-Fi from Settings
3: click your network's
4: read the "IP Address" field
(example: [192.168.1.100](192.168.1.100))
5: open Terminal on desktop
(open Spotlight, search for "Terminal")
Or if you're on Windows, you can use a desktop terminal application such as PuTTY([http://www.putty.org/](http://www.putty.org/)).
6: run "ssh root@[insert IP Address]"
(example: ssh root@[192.168.1.100](192.168.1.100))
7: wait a few minutes (just once)
(it's generating some crypto keys)
8: accept new computer host key
(if it doesn't ask you, that's fine)
9: log in with password "alpine"
(you should change this now)

大概意思:
通过OpenSSH如何连接手机.

1. 安装OpenSSH包
2. 打开wifi设置
3. 获取本机的IP地址
4. 在终端中输入ssh root@IP地址。
5. 等待片刻,然后输入密码(默认密码为alpine)。
6. 这样就可以成功连接到手机了。

4.软件源

软件源

如果你需要安装一些插件或者软件,需要加入软件源,才能搜索到逆向下载的软件.

推荐几个软件源

1.Cydia贴吧源
apt.cydiaba.cn

2.HackCN源
crak.cn/repo

4.威锋源
apt.so

5.威锋精品技术源
repo.feng.com

6.PP助手源
apt.25pp.com 

5.变更,已安装,搜索模块

  • 变更模块是最近变更了哪些内容,可以通过列表可以查看到

  • 已安装,主要是一些安装的软件

  • 搜索,通过添加软件源,可以下载插件/软件.

6.总结

  • 通过Cydia目录,你对Cydia项目结构应该有了清楚的了解。

  • 对几个模块的作用,想必你也已经了解。

注意
在安装插件时,如果设备进入安全模式,请删除Cydia中的插件,以保护Cydia的稳定性。我以前曾遇到过这些问题,没有保护好Cydia,导致Cydia无法正常打开。一旦Cydia无法打开,我们安装的软件,包括OpenSSH等,也将无法使用。手机无法连接到设备,我们就无法操作越狱系统。

我有篇文章提到了如何修复Cydia
cydia修复: "披荆斩棘:越狱设备Cydia报错的优雅解决"

下一篇文章我们将继续了解Cydia,将对Cydia软件进行介绍。

相关文章

网友评论

      本文标题:"魔法宝盒: Cydia软件的奇妙世界"

      本文链接:https://www.haomeiwen.com/subject/xfjeoctx.html