> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/tool-usage/ipainstaller.md).

# Ipainstaller

Since you have a jailbroken iOS device, try installing ipainstaller from Cydia and then use

ipainstaller to extract the app to an .ipa file. Use the following to list all the apps installed on my jailbroken device and grab the bundle id of that app you wish to extract.

### List of IPAs installed:

```
ipainstaller -l
```

### Extract it using:

```

ipainstaller -b <app_bundle>
ssh root@mobiledeviceip
password: alpine
```
