Jake Valletta e051920632 Updated APK and Gradle build configuration
The tool's source was updated several times, but the APK was
never updated. This change brings the APK to the master
commit, and updates the 'build.gradle' to build using the API
22 build tools (was using API 20, but that is obsolete now).
2015-10-08 21:29:12 -04:00
2014-07-24 15:56:51 -04:00
2014-07-24 15:56:51 -04:00
2014-07-24 15:56:51 -04:00
2014-07-24 20:17:50 -04:00
2014-07-24 15:56:51 -04:00

JustTrustMe

An xposed module that disables SSL certificate checking. This is useful for auditing an appplication which does certificate pinning. You can read about the practice of cert pinning here. There also exists a nice framework built by @moxie to aid in pinning certs in your app: certificate pinning.

An example of an application that does cert pinning is Twitter. If you would like to view the network traffic for this application, you must disable the certificate pinning.

I built this for xposed rather than cydia substrate because xposed seems to support newer devices better. Marc Blanchou wrote the original tool for cydia substrate. If you find that you are not able to MITM an application please file an issue.

Installation

As a prequsite, your device must be rooted and the xposed framework must be installed. You can download the xposed framework here.

Install from binary

adb install ./bin/JustTrustMe.apk

or navigate here and download the APK on your phone:

https://github.com/Fuzion24/JustTrustMe/blob/master/bin/JustTrustMe.apk?raw=true

Build from Source

All the normal gradle build commands apply: To build a release APK:

./gradlew assembleRelease

To install directly to the phone connected via ADB:

./gradlew installRelease
Description
No description provided
Readme 485 KiB
v.2 Latest
2016-01-26 23:22:26 +08:00
Languages
Java 99.4%
Shell 0.6%