Tiktok SSL Pinning Bypass
v37.0.4
Bypass TikTok SSL pinning on Android devices.
Supported ABIs: armeabi-v7a, arm64-v8a
The latest version: v37.0.4
If you like this project:
Bitcoin: bc1q6kvvun3cfm5kadesxflntszp8z9lqesra35law
Ethereum: 0x47633Ef59b0F765b7f8047b0A56230cfeBB34027
USDC: 0x47633Ef59b0F765b7f8047b0A56230cfeBB34027
USDT: 0x47633Ef59b0F765b7f8047b0A56230cfeBB34027
Download the latest patched APK:
Requires frida-tools
frida -U -l .tiktok-ssl-pinning-bypass.js -f com.zhiliaoapp.musically
You can create your own patched APK.
sudo apt install default-jresudo apt install apksignersudo apt install zipalignNote: apksigner and zipalign can also be found in android sdk build-tools
pip install -r requirements.txtpython patch_apk.py -i <input apk> -o <output apk>After that a patched apk file should be generated.
You can use a tool like mitmproxy or Burp Suite to intercept the network.
adb shell settings put global http_proxy <proxy>Now you should be able to see the network traffic.
To view the logcat run:
adb logcat -s "TIKTOK_SSL_PINNING_BYPASS:V"
#leftenter