iOS Penetration Testing
iOS Pentest Checklist
Jailbreak
palera1n
wget https://github.com/palera1n/palera1n/releases/download/v2.0.0-beta.5/palera1n-linux-x86_64
chmod +x palera1n-linux-x86_64
sudo mv palera1n-linux-x86_64 /usr/local/bin/palera1n
sudo chown root: /usr/local/bin/palera1n
# Rootful Jailbreak
sudo palera1n -fc
# After iPhone restart, run this command
sudo palera1n -fcheckra1n
wget -O - https://assets.checkra.in/debian/archive.key | gpg --dearmor | sudo tee /usr/share/keyrings/checkra1n.gpg >/dev/null
echo 'deb [signed-by=/usr/share/keyrings/checkra1n.gpg] https://assets.checkra.in/debian /' | sudo tee /etc/apt/sources.list.d/checkra1n.list
sudo apt-get update
sudo apt-get install checkra1n
# jb
sudo checkra1nRepository
Applications
For Jailbreak Detection Bypass
Apps
Repo Source
SSL Pinning Bypass
Apps
Repo Source
Utilities
App Name
Description
Tools
Frida Scripts
Last updated