4

I would like to execute some scripts on my Mac, to which an iOS device is connected. The intent of the script would be to identify whether the connected device is jailbroken or not. Would be great if you could suggest the solution using bash or py.

4

2 回答 2

3

您可以尝试通过 iPhone 的连接程序“usbmux”通过 SSH 连接到它(将有线数据连接转发到计算机上的端口)。有一个脚本,以及此GitHub 页面上的说明

于 2013-05-08T08:07:03.190 回答
1

试试这个https://github.com/libimobiledevice/ifuse您可以检查设备是否允许您访问它的根文件夹。如果您可以访问根文件夹,那么它肯定是越狱的。

的确,越狱并不一定意味着您可以访问它的整个文件系统,但所有现代越狱解决方案都安装了允许完整文件系统访问的 AFC2 服务。

于 2013-05-10T18:18:52.090 回答