ryanking13 / android-SSL-unpinning

Bypass android application SSL-pinning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-SSL-unpinning

A simple Python script which patches Android APK file to bypass SSL-pinning.

Requirements

  • Python3
  • Java

How to Run

git clone https://github.com/ryanking13/android-SSL-unpinning
cd android-SSL-unpinning

python patch.py com.apk.file.to.patch.apk

How it works

  1. Decompile the APK file using APKtool
  2. Modify AndroidManifest.xml and network_security_config.xml to trust user certificate
  3. Recompile the APK file using APKtool
  4. Sign the APK file using uber-apk-signer

References

About

Bypass android application SSL-pinning


Languages

Language:Python 100.0%