zu1k / some-mitm-proxy

开始封号了,停止公开服务观察一段时期

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some MITM Proxy

Get pre-compiled binary in the Release page.

Prepare accounts information: accounts.json

[
    {
        "access_token": "account1 access token",
        "session_token": "account1 session token"
    },
    {
        "access_token": "account2 access token",
        "session_token": "account2 session token"
    }
]

Start the MITM proxy server:

# ./mitm-proxy
Running server on 0.0.0.0:34567

About

开始封号了,停止公开服务观察一段时期