alevohin / android-SSL-unpinning

Bypassing android application SSL-pinning by unpacking/repacking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-SSL-unpinning

Simple python script which patches Android APK file to bypass SSL-pinning.

Requirements

  • Python3
  • Java

How to Run

python patch.py com.apk.file.to.patch.apk
# Patched APK file: com.apk.file.to.patch.repack-aligned-debugSigned.apk will be generated

References

About

Bypassing android application SSL-pinning by unpacking/repacking


Languages

Language:Python 100.0%