- Install
pip3 install frida-tools
or your system - Install Frida on your jailbroken device
- Start the app you want to reverse
- Attach with Frida
frida -U -F
- Paste in the script below
- Start a mitmproxy and start sniffing
source https://codeshare.frida.re/@federicodotta/ios13-pinning-bypass/
* Description: iOS 13 SSL Bypass based on https://codeshare.frida.re/@machoreverser/ios12-ssl-bypass/ and https://github.com/nabla-c0d3/ssl-kill-switch2