add requirements.txt

This commit is contained in:
everettjf 2018-03-08 01:20:29 +08:00
parent 87db083ff8
commit efd8cf169a
2 changed files with 23 additions and 3 deletions

View File

@ -3,9 +3,10 @@ Pull a decrypted IPA from a jailbroken device
## Usage ## Usage
1. Install [frida](http://www.frida.re/) on device and mac 1. Install [frida](http://www.frida.re/) on device
2. Run usbmuxd/iproxy SSH forwarding over USB (Default 2222 -> 22) 2. `pip install -r requirements.txt` (Python 2.7)
3. Run ./dump.py `Display name` or `Bundle identifier` 3. Run usbmuxd/iproxy SSH forwarding over USB (Default 2222 -> 22). e.g. `iproxy 2222 22`
4. Run ./dump.py `Display name` or `Bundle identifier`
For SSH/SCP make sure you have your public key added to the target device's ~/.ssh/authorized_keys file. For SSH/SCP make sure you have your public key added to the target device's ~/.ssh/authorized_keys file.

19
requirements.txt Normal file
View File

@ -0,0 +1,19 @@
asn1crypto==0.24.0
bcrypt==3.1.4
cffi==1.11.5
colorama==0.3.9
cryptography==2.1.4
enum34==1.1.6
frida==10.6.58
idna==2.6
ipaddress==1.0.19
paramiko==2.4.0
prompt-toolkit==1.0.15
pyasn1==0.4.2
pycparser==2.18
Pygments==2.2.0
PyNaCl==1.2.1
scp==0.10.2
six==1.11.0
tqdm==4.19.6
wcwidth==0.1.7