An open API service indexing awesome lists of open source software.

https://github.com/wdwind/pinremover

[Xposed module] Remove certificate pinning.
https://github.com/wdwind/pinremover

android certificate-pinning xposed

Last synced: 8 months ago
JSON representation

[Xposed module] Remove certificate pinning.

Awesome Lists containing this project

README

          

# 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](https://github.com/wdwind/PinRemover/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.