An automation script to bypass SSL/Certificate pinning in Android
Requirements
- Java 8 (JRE 1.8)
- Basic knowledge of Android SDK, AAPT and smali
Currently Supporting
- Bypassing default CA restrictions in Android Nougat & above Read more
git clone https://github.com/51j0/Android-CertKiller.git cd Android-CertKiller/ python main.py Options: -w --wizard #Extract APK from device -v --verbose #Verbose -p --Path #APK path -h --help #Help -d --debugging-mode #for setting android:debugging flag to true Example: root$ python main.py -w #(Wizard mode) #or root$ python main.py -p 'root/Desktop/base.apk' #(Manual mode) 
