Skip to content

dellhp369/some-mitm-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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