iOS Certificate Juggler (ipa-cert-juggler) is a simple command line utility which helps you quickly replace all SSL certificates used for pinning within an iOS application with a single command.
- Packing and unpacking of IPAs.
- Automatic conversion of certificate types, DER to PEM and vice versa
- Simple and easy to use
- Supports both PEM and DER proxy certificates as input
Clone the repository
git clone https://github.com/electrondefuser/ios-cert-juggler.git ios-cert-juggler
Install the requirements
pip install -r requirements.txt
To get help regarding the basic commands, use:
python3 main.py -h
Simple usage:
python3 main.py -ipa /path/to/ipa -cert /path/to/your/proxy-certificate