MCPcopy
hub / github.com/Fuzion24/JustTrustMe

github.com/Fuzion24/JustTrustMe @main sqlite

repository ↗ · DeepWiki ↗
33 symbols 59 edges 2 files 1 documented · 3%
README

JustTrustMe

An xposed module that disables SSL certificate checking. This is useful for auditing an application which does certificate pinning. 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

The JustTrustMe binary can be downloaded from https://github.com/Fuzion24/JustTrustMe/releases/latest

adb install ./JustTrustMe.apk

or navigate here and download the APK on your phone: https://github.com/Fuzion24/JustTrustMe/releases/latest

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

Core symbols most depended-on inside this repo

getTrustManager
called by 4
app/src/main/java/just/trust/me/Main.java
getSCCM
called by 3
app/src/main/java/just/trust/me/Main.java
hasTrustManagerImpl
called by 2
app/src/main/java/just/trust/me/Main.java
hasDefaultHTTPClient
called by 1
app/src/main/java/just/trust/me/Main.java
getEmptySSLFactory
called by 1
app/src/main/java/just/trust/me/Main.java
getTSCCM
called by 1
app/src/main/java/just/trust/me/Main.java
getCCM
called by 1
app/src/main/java/just/trust/me/Main.java
processXutils
called by 1
app/src/main/java/just/trust/me/Main.java

Shape

Method 27
Class 6

Languages

Java100%

Modules by API surface

app/src/main/java/just/trust/me/Main.java31 symbols
app/src/androidTest/java/me/trust/just/justtrustme/ApplicationTest.java2 symbols

For agents

$ claude mcp add JustTrustMe \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact