Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SyntaxSparkk/TikTok
TikTok Reverse Engineering Documentation.
https://github.com/SyntaxSparkk/TikTok
applog python tiktok tiktok-account-creator tiktok-account-generator tiktok-api tiktok-automation tiktok-captcha tiktok-captcha-solver tiktok-device-register tiktok-private-api x-argus x-bogus x-gorgon x-khronos x-ladon xlog
Last synced: 9 days ago
JSON representation
TikTok Reverse Engineering Documentation.
- Host: GitHub
- URL: https://github.com/SyntaxSparkk/TikTok
- Owner: SyntaxSparkk
- Created: 2022-12-31T21:05:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T23:22:22.000Z (16 days ago)
- Last Synced: 2025-01-13T00:24:28.224Z (16 days ago)
- Topics: applog, python, tiktok, tiktok-account-creator, tiktok-account-generator, tiktok-api, tiktok-automation, tiktok-captcha, tiktok-captcha-solver, tiktok-device-register, tiktok-private-api, x-argus, x-bogus, x-gorgon, x-khronos, x-ladon, xlog
- Language: Python
- Homepage: https://t.me/dropout
- Size: 178 KB
- Stars: 607
- Watchers: 26
- Forks: 157
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starz - SyntaxSparkk/TikTok - TikTok Reverse Engineering Documentation. (Python)
README
### TikTok Reverse Enginering Documentation
This is my TikTok reverse engineering journey, where I completely dissect every aspect of TikTok's functionality. I will unravel every security measure used & how to automate different features using their private mobile API.
### Table of Contents
- [Intercepting Requests](https://github.com/angelillija/TikTok/tree/main/Intercepting%20Requests)
- [Signing](https://github.com/angelillija/TikTok/tree/main/Signing)
- [Mobile](https://github.com/angelillija/TikTok/tree/main/Signing/Mobile)
- [X-Gorgon](https://github.com/angelillija/TikTok/tree/main/Signing/Mobile/X-Gorgon)
- [Other](https://github.com/angelillija/TikTok/tree/main/Signing/Mobile/Other)
- [X-SS-STUB](https://github.com/angelillija/TikTok/tree/main/Signing/Mobile/Other#tiktok-x-ss-stub)
- [XOR Encryption](https://github.com/angelillija/TikTok/tree/main/Signing/Mobile/Other#tiktok-email-username--password-encryption)
- [Captcha Solver](https://github.com/angelillija/TikTok/tree/main/Captcha%20Solver)