Description
If you have any other Version of tiktok on your device, Please Clear data and Cache of the Tiktok App and uninstall it completely
Steps Below
- First Download this Version of Tiktok from below
https://github.com/Eltion/Tiktok-SSL-Pinning-Bypass/releases/download/v37.0.4/tiktok-v37.0.4.apk
-
Install it on your device
-
log into tiktok Normally (Without Any Proxy setup)
-
now make a tiktok_bypass.js file on your machine and open it with VSCODE and paste the following code from below website and save it.
https://github.com/Eltion/Tiktok-SSL-Pinning-Bypass/blob/main/tiktok-ssl-pinning-bypass.js
- and finally now connect your device, using adb and paste the following command. (Make sure your Titkok App is running)
You will see the function gets hooked and everything works, I use mitmproxy and am getting all the details fine.
frida --device dce1e347 -N com.zhiliaoapp.musically -l tiktok_bypass.js
(Your Device name or number will be different)
____
/ _ | Frida 16.5.7 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Commands:
/_/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://frida.re/docs/home/
. . . .
. . . . Connected to AC2001 (id=dce1e347)
[*][*] Waiting for libttboringssl...
[*][+] Hooked checkTrustedRecursive
[*][+] Hooked SSLContextInit
[*][+] Found libttboringssl at: 0x6ed0fca000
[*][+] Hooked function: SSL_CTX_set_custom_verify
**SO right now i tested only on tiktok version 37.0.4, If it works on latest or updated version after this one, Please let us know.
Thanks.**