Releases: zu1k/Good-MITM
Releases · zu1k/Good-MITM
v0.1.0
Usage
- gen your ca cert and private key:
good-mitm.exe genca
- trust the cert generated just now
- start the mitm server:
good-mitm.exe run -r .\rules\ads.yaml
- set http-proxy and https-proxy to
http://127.0.0.1:34567
v0.0.2
This is a test demo.
In this version, you could use your own ca cert and private key.
good-mitm.exe -k private.key -c cert.crt -r demo.yaml
v0.0.1
This is a test demo.
good-mitm.exe -f demo.yaml