usbmuxd
on the host device but will not include iproxy
for this reason it may be required to install libusbmuxd-tools
from the apt repositories.Checkra1n
, assuming device is running an exploitable version of iOS. The following URL is the official Checkra1n site: https://checkra.in/β
On Debian-based distros (Ubuntu, Linux Mint, etc.)The recommended installation method on Debian based systems is our APT repo. This allows for easy updates and management of the checkra1n app.
Using the repo1echo 'deb https://assets.checkra.in/debian /' | sudo tee /etc/apt/sources.list.d/checkra1n.list2sudo apt-key adv --fetch-keys https://assets.checkra.in/debian/archive.key3sudo apt-get update4sudo apt-get install checkra1nCopied!