Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 580 Bytes

File metadata and controls

23 lines (14 loc) · 580 Bytes

Certificate Pin Remover

Android Xposed module to remove certificate pinning.

Testing

Tested on Twitter 7.79.0-release.27. Change the package name in Main.java to test other apps.

Install

  • [Optional] Suggest to test in Genymotion emulator
  • Root the device
  • Install Xposed framework
  • Download the apk from releases
  • Install the apk adb install PinRemover.apk

License

MIT

Disclaimer

This module is for educational purpose, and by no means a general module which fits all APPs. Use it at your own risk.