Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)