Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Trojan Go | 6,620 | 5 | 3 months ago | 80 | September 14, 2021 | 128 | gpl-3.0 | Go | ||
Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/ | ||||||||||
Frida All In One | 1,160 | 4 years ago | 5 | HTML | ||||||
《FRIDA操作手册》by @hluwa @r0ysue | ||||||||||
Trustmealready | 1,061 | 4 years ago | 2 | Java | ||||||
🔓 Disable SSL verification and pinning on Android, system-wide | ||||||||||
Android Ssl Trustkiller | 537 | 5 years ago | 8 | other | Java | |||||
Bypass SSL certificate pinning for most applications | ||||||||||
Abuse Ssl Bypass Waf | 213 | 2 years ago | Python | |||||||
Bypassing WAF by abusing SSL/TLS Ciphers | ||||||||||
Overtls | 95 | 3 days ago | 5 | Rust | ||||||
A simple proxy tunnel, minimalist tool for bypassing the GFW. | ||||||||||
Frida_setup | 63 | a month ago | JavaScript | |||||||
One-click installer for Frida and Burp certs for SSL Pinning bypass | ||||||||||
Android Certkiller | 59 | 3 years ago | 3 | gpl-3.0 | Python | |||||
Script to Bypass SSL/Certificate Pinning in Android | ||||||||||
Bypass Snapchat Ssl Certificate Pinning | 30 | 6 years ago | 4 | JavaScript | ||||||
Bypass Snapchat certificate Pinning using Frida. | ||||||||||
Gadget Injector | 24 | 4 years ago | 2 | other | Python | |||||
gadget-inejctor let's you bypass SSL Pinning using the frida-gadget. |
Installer script for Frida and Burp's certificate to help setup bypass SSL Pinning in Android applications.
Works with Genymotion Emulator. Also works with Android studio if the emulator is started with the -writable-system
flag. Eg:
./emulator -avd Pixel_3a_API_33_x86_64 -writable-system
Read the blog post for a detailed walkthrough -> One-click SSL-Pinning Bypass Setup
frida_setup.sh
to start the installer.frida
and frida-tools
using pip. (Export the path to frida in your env if it's not already there)/data/local/tmp
inside adb shell
.frida -U -f <package_name> -l frida3.js
sed
command accordingly if you're on MacOS.pip
to pip3
if needed in the script.frida3.js
rather than other scripts.