hang666/JustTrustMePro — reverse-engineered prompt
Reverse engineered prompt
Build me an Android Xposed module called JustTrustMePro that lets me bypass SSL certificate validation in apps I’m testing, so I can inspect encrypted traffic for security research and debugging. It should work on rooted devices with Xposed or common alternatives like LSPosed, and it should hook the usual places apps do certificate checks, including Android’s built in networking, common HTTP clients, and WebView. I want it to feel reliable on modern Android versions and not noticeably slow apps down.
Please make it installable as a normal APK, with the module logic ready to enable in Xposed, and include any simple settings screen if that makes sense for choosing target apps. It should be usable for app analysis with tools like mitmproxy once the module is enabled and the phone is rebooted. Also include a short README with build steps, install steps, and a clear legal and safety disclaimer that this is only for apps I own or have permission to test. If you need to, look up current Android and Xposed docs online.
Want more depth? Deep Reverse