Skip to content

electrondefuser/ios-cert-juggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Certificate Juggler

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.

Features

  • 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

Screenshots

1 2 3

Installation

Clone the repository

git clone https://github.com/electrondefuser/ios-cert-juggler.git ios-cert-juggler

Install the requirements

pip install -r requirements.txt

How to use

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

About

a simple command line utility to replace pinning certitificates in an iPhone application (IPA)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages