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.
- Host: GitHub
- URL: https://github.com/wdwind/pinremover
- Owner: wdwind
- Created: 2019-09-08T05:57:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T05:25:17.000Z (over 5 years ago)
- Last Synced: 2025-01-10T11:44:39.220Z (9 months ago)
- Topics: android, certificate-pinning, xposed
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.