ios python 越狱_用于SSH连接到越狱设备的Python脚本,解密iOS应用并将其传输到本地计算机...

该博客介绍了如何使用Python脚本通过SSH连接到越狱的iOS设备,解密应用程序并将其转移到本地计算机。依赖于Paramiko库和USB网络隧道工具,该脚本适用于已安装Clutch或BFInject的设备。用户可以指定本地SSH端口、设备root密码和要解密的应用程序名称。提供了不同选项,如使用Clutch或BFInject进行解密,或打开交互式shell。
摘要由CSDN通过智能技术生成

Decrypt iOS Apps

Python script to SSH into your jailbroken device via USB, decrypt an iOS App and transfer it to your local machine

Dependencies

Description: Paramiko is a Python (2.7, 3.4+) implementation of the SSHv2 protocol

Install: pip install paramiko

Description: A simple command line tool which provides network tunnelling over the USB cable to a jailbroken iDevice

Install: Download the latest and copy to /usr/local/bin

Assumptions

You have either clutch or bfinject setup on your device.

If you use clutch, it should be executable from any path.

If you use bfinject the scripts and libraries should be in the /jb/bfinject directory. Here's how to setup bfinject this way.

This script was only tested on devices jailbroken with LiberiOS and Electra, but it might work with other jailbreaks.

Usage

ios_ssh.py -l [-p ] -a [-c|-b] [-i]

-l [--lport]: Local SSH port forwarding (has to be an Int)

-p [--password]: (optional) Device's root password (default is `alpine`)

-a [--app]: iOS Application name

-c : Use Clutch to decrypt

-b : Use BFInject to decrypt (default)

-i : Opens a SSH connection with the device and gives an interactive shell, ignoring the decryption task

-f [--full]: Performs the decryption, decrypted app transfer, unpacking and file organization tasks.

Examples

This will decrypt the Instagram app and transfer it from your device to your ~/Desktop:

python ios_ssh.py --lport 2222 -p s3cr37 --app "Instagram"

This will give you an interactive shell to communicate with your device over USB:

python ios_ssh.py --lport 2222 -p s3cr37 -i

screenshot.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值