Skip to content

Basics

# SSH to device
# Default creds are root:alpine and mobile:alpine
ssh [email protected] 

# Transfer files from Phone to desktop
scp [email protected]:/tmp/hi.txt .

# List installed applications
ideviceinstaller -l

# Sign iOS application
cd /var/containers/Bundle/Application
# Identify Bundle Id for the app, in my case the app name is dvia
ls | grep diva -i -B 2
cd F6CB934B-C989-4FB3-BD08-58F339BEF448
ldid -S DVIA-v2.app

Install Fake IPAs

  1. Inside, Sileo add https://cydia.akemi.ai/ as source.
  2. From the new packages install appinst and appsync Unified
  3. Inside an SSH shell appinst /var/root/<application_name>.ipa

Alternatively, Use Sideloadly - iOS & Apple Silicon Sideloading

Get Device UDID

  1. Open up the latest version of iTunes and connect your iOS device to your computer.
  2. Select your iOS device by clicking the device’s image located at the upper-left corner of iTunes’s UI.
  3. On the next screen, a window should appear listing your phone’s Capacity, Phone Number, and Serial Number.
  4. By clicking on Serial Number once, the prompt should change to display your UDID.

Signed ipsws

Download iOS Firmware for iPhone, iPad, iPod Touch, Apple Watch, Apple TV and HomePod / IPSW Downloads