Skip to content

iOS Hacking -Frida SSL Pinning Bypass



Checkra1n won’t work on iOS 15. Be sure to research before running jailbreaks.

Iphone setup:
• jailbreak
• install openssh via cydia
• add frida source to cydia:
• update source and install frida
• ssh into phone:
◇ killall -9 frida-server
◇ frida-server -l 0.0.0.0 &

Host setup:
◇ python3 -m venv YOUR_ENV_NAME
◇ source /PATH/TO/YOUR/ENV/bin/activate
◇ pip install frida frida-tools
◇ remember to leave environment run deactivate

Frida command:
◇ frida –codeshare machoreverser/ios12-ssl-bypass -F -H DEVICE_IP –no-pause

This script will only work for iOS 12. Find a script that works with yours:

Send this to a friend