# 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
- [Paramiko](http://www.paramiko.org/):
- Description: Paramiko is a Python (2.7, 3.4+) implementation of the SSHv2 protocol
- Install: `pip install paramiko`
- [iTunnel](https://code.google.com/archive/p/iphonetunnel-usbmuxconnectbyport/downloads):
- Description: A simple command line tool which provides network tunnelling over the USB cable to a jailbroken iDevice
- Install: [Download](https://code.google.com/archive/p/iphonetunnel-usbmuxconnectbyport/downloads) the latest and copy to `/usr/local/bin`
## Assumptions
- You have either [`clutch`](https://github.com/KJCracks/Clutch) or [`bfinject`](https://github.com/BishopFox/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](https://ivrodriguez.com/reverse-engineer-ios-apps-ios-11-edition-part1/).
- This script was **only** tested on devices jailbroken with [LiberiOS](http://newosxbook.com/liberios/) and [Electra](https://coolstar.org/electra/), but it might work with other jailbreaks.
## Usage
```
ios_ssh.py -l <port> [-p <password>] -a <app_name> [-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`
![ios_ssh.py screenshot](screenshot.png)
没有合适的资源?快使用搜索试试~ 我知道了~
Python-用于SSH连接到越狱设备的Python脚本解密iOS应用并将其传输到本地计算机
共5个文件
py:2个
png:1个
license:1个
需积分: 9 4 下载量 171 浏览量
2019-08-10
07:15:42
上传
评论
收藏 38KB ZIP 举报
温馨提示
用于SSH连接到越狱设备的Python脚本,解密iOS应用并将其传输到本地计算机
资源推荐
资源详情
资源评论
收起资源包目录
Python-用于SSH连接到越狱设备的Python脚本解密iOS应用并将其传输到本地计算机.zip (5个子文件)
decrypt-ios-apps-script-master
LICENSE 1KB
README.md 2KB
screenshot.png 33KB
helpers.py 3KB
ios_ssh.py 9KB
共 5 条
- 1
资源评论
普通网友
- 粉丝: 484
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Cocos2d-x教程视频彩虹糖粒子特效
- Cocos2d-x教程视频Windows平台下在VS2013中为Cocos2d-x3工程添加Box2D物理引擎支持库
- rpi4b基于uboot通过nfs挂载最新主线Linux内核的注意事项
- Cocos2d-x教程视频TMX地图解析
- Cocos2d-x教程视频CocosStudio 2.0 文件格式解析
- 基于 Van.js 的简单前端路由组件(支持字符串和正则表达式匹配等).zip
- Cocos2d-x教程视频CocosStudio 2.0 容器控件
- 学习资源-07~11,备份
- (源码)基于Flink和Kafka的实时用户行为日志分析系统.zip
- (源码)基于Arduino的机器人避障系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功