D3fau4 / TrustMeAlready

πŸ”“ Disable SSL verification and pinning on Android, system-wide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrustMeAlready

An Xposed module to disable SSL verification and pinning on Android using the excellent technique provided by Mattia Vinci. The effect is system-wide.

Requirements

  • An Xposed-compatible hooking system.

Tested

  • Android 13.0, ARM64, LSPosed 1.8.5

Troubleshooting

  • Some apps implement custom certificate checking, bypassing this hook. Try sniffing Chrome traffic, if you don't get an invalid certificate error then this module is working as it should
  • Check your LSPosed logs, chances are this module couldn't hook the correct method.

About

πŸ”“ Disable SSL verification and pinning on Android, system-wide


Languages

Language:Java 96.1%Language:Shell 3.9%