SagiriShiho / some-mitm-proxy

Home Page:https://chat.tgbot.co

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