Giter Site home page Giter Site logo

x-gorgon's Introduction

TikTok X-Gorgon 0404

TikTok X-Gorgon and X-Khronos signature generator.

Make sure to star this project! โญ

Example Usage

from signature import signature

sig = signature(params="", data="", cookies="").get_value()

print(f"X-Gorgon: {sig['X-Gorgon']} X-Khronos: {sig['X-Khronos']}")

Analysis

Values (md5 hashed): URL Params, Post Data, and Cookies
URL Params are mostly always required, while the post data and cookies are not.
If one of these values are not given, thirty-two zeros will be returned.

Hashed string example: 
  Params Hash -> 9336ebf25087d91c818ee6e9ec29f8c1 
  No Data -> 00000000000000000000000000000  
  No Cookies -> 00000000000000000000000000000000000

Encrypted string example:
  Version -> 0404 
  Static hash -> b0d30000  
  Encrypted hash string -> 3f2892cbeb57387ccee15dbc3694a6f7df5311c6


TikTok decrypts X-Gorgon and determines if it's valid.
True -> Access to API
False -> Status code 200, but returns an empty response

Contact

x-gorgon's People

Contributors

angelillija avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.