Coder Social home page Coder Social logo

aweme-breaker's Introduction

抖音签名服务

此项目主要学习下Golang的交叉编译

主要原理通过 Golang 的Mobile交叉编译到越狱后的iOS设备上 加载抖音签名动态库调用对应函数 抖音动态签名库(AwemeDylib)自行砸壳

编译成功后将砸壳后的签名库放至越狱设备的/var/lib/ibreaker/libs目录下

将编译好的程序放至/usr/libexec

准备

一台越狱的iOS设备

一台Mac或者黑苹果

测试地址 勿滥用

http://aweme.on1x.cn:25584/aweme/sign

调用

POST http://<device-ip>:25583/sign/aweme/sign
Content-Type: application/json

{
    "URL": "需要Gorgon参数的完整URL地址",
    "Cookie": "可选参数如果没有不填",
    "Stub": "如果请求的原始地址为Post则需要对Body进行md5并传入此参数"
}
{
    "X-Gorgon": "xxxxxxxxxxxxxxxxxxxxxxxx",
    "X-Khronos": "返回的timestamp"
}

aweme-breaker's People

Contributors

anonymous5l 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.