awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Fuzion24 avatar

Fuzion24/JustTrustMe

0
View on GitHub↗
5,329 stars·821 forks·Java·14 views

JustTrustMe

JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary purpose is to bypass hardcoded certificate requirements and disable SSL pinning in mobile applications to allow the inspection of encrypted API requests and responses.

The project functions as a dynamic method hooking module that integrates with the Xposed framework. It uses system-level instrumentation to intercept Java runtime function calls and override security checks within third-party Android applications.

The tool covers a range of capabilities including the disabling of SSL certificate checking and the use of runtime method hooking to redirect logic flow. It employs bytecode injection and reflection-based API access to modify the behavior of running applications during security reviews.

Features

  • Certificate Pinning Bypasses - Provides the primary capability to disable strict certificate pinning for network traffic inspection.
  • Java Method Hooking - Functions as a system for intercepting Java runtime calls to override security checks.
  • Android Security Tools - Acts as a specialized utility for auditing and modifying Android application security.
  • Xposed Framework Hooking Modules - Integrates with the Xposed framework to inject custom code into Android system processes.
  • Android Application Penetration Testing - Enables security testing of Android apps by bypassing SSL pinning to inspect HTTPS traffic.
  • Penetration Testing Tools - Provides a specialized tool to intercept network traffic by disabling SSL pinning.
  • SSL Verification Bypasses - Actively disables SSL/TLS certificate validation to allow connections to intercepting proxy servers.
  • Mobile App Security Auditing - Provides the necessary tools for security analysis and auditing of Android binaries.
  • Runtime Method Hooking - Provides runtime interception and modification of function calls to alter application behavior.
  • Android Runtime Code Injections - Implements the injection of custom Java code into the Android runtime to override security checks.
  • Process Space Injection - Injects custom logic into the process space of target applications via a host manager.
  • Dynamic Process Instrumentation - Injects custom code into running Android processes to alter functionality without modifying binaries.
  • Reflection-Based Access - Uses runtime type inspection to access and modify private system properties restricted by the framework.
  • Private Member Access - Modifies private fields and methods within the Android framework via reflection to disable validation logic.
  • Runtime Bytecode Instrumentation - Modifies bytecode of classes already loaded in the Android process to bypass security checks.
  • Bypass and Hardening Tools - Xposed module for bypassing SSL certificate pinning.

Star history

Star history chart for fuzion24/justtrustmeStar history chart for fuzion24/justtrustme

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with JustTrustMe

These projects share indexed features with JustTrustMe. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • r0ysue/r0capturer0ysue avatar

    r0ysue/r0capture

    7,674View on GitHub↗

    r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor, packet sniffer, and client certificate exporter used to analyze application-layer communication on Android devices. The project provides mechanisms to bypass SSL pinning and certificate validation, allowing the decryption of encrypted traffic without modifying device trust stores. It also enables the extraction of client-side certificates from application memory for saving to local device storage. Captured network data is serialized into PCAP files to support offline protocol a

    Python
    View on GitHub↗7,674
  • tiann/epictiann avatar

    tiann/epic

    4,547View on GitHub↗

    Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It functions as an aspect-oriented programming framework and a dynamic method interceptor designed to monitor and alter the behavior of Java methods within the Android Runtime. The project provides capabilities for intercepting and modifying both core Android framework components and specific application logic. This allows for the injection of custom Java behavior and the redirection of method execution without altering the original source code. The framework includes tools for applicat

    Javaandroidaopart
    View on GitHub↗4,547
  • rovo89/xposedbridgerovo89 avatar

    rovo89/XposedBridge

    4,067View on GitHub↗

    XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,

    JavaScriptandroidxposed
    View on GitHub↗4,067
  • mywalkb/lsposed_modmywalkb avatar

    mywalkb/LSPosed_mod

    4,325View on GitHub↗

    LSPosed_mod is a system for Android system hooking and module management. It enables the installation and configuration of system-level modifications to change device behavior without altering the original system image or source files. The project utilizes zygote-based process injection and runtime method hooking to intercept execution flows in memory. It includes a version-agnostic execution layer to maintain a consistent interface across different Android operating system versions and environments, as well as dynamic proxy interception to modify method arguments and return values. Manageme

    Java
    View on GitHub↗4,325
Compare all 30 related projects→

Frequently asked questions

What does fuzion24/justtrustme do?

JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary purpose is to bypass hardcoded certificate requirements and disable SSL pinning in mobile applications to allow the inspection of encrypted API requests and responses.

What are the main features of fuzion24/justtrustme?

The main features of fuzion24/justtrustme are: Certificate Pinning Bypasses, Java Method Hooking, Android Security Tools, Xposed Framework Hooking Modules, Android Application Penetration Testing, Penetration Testing Tools, SSL Verification Bypasses, Mobile App Security Auditing.

Which projects share features with fuzion24/justtrustme?

Projects with overlapping indexed features include: r0ysue/r0capture — r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor,… tiann/epic — Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It… rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… mywalkb/lsposed_mod — LSPosed_mod is a system for Android system hooking and module management. It enables the installation and… fsecurelabs/drozer — Drozer is a security testing framework and runtime analyzer for Android applications and devices. It functions as an… m0bilesecurity/rms-runtime-mobile-security — This project is an Android security analysis toolkit and mobile app runtime manipulator designed for reverse…