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:
[ Ссылка ]
Ещё видео!