Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1atdev/simple-mitm
https://github.com/p1atdev/simple-mitm
go golang http https mitm proxy
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p1atdev/simple-mitm
- Owner: p1atdev
- Created: 2022-06-20T11:27:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T11:27:46.000Z (over 2 years ago)
- Last Synced: 2024-11-22T00:47:53.614Z (about 2 months ago)
- Topics: go, golang, http, https, mitm, proxy
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple MITM with gomitmproxy
A example of [gomitmproxy](https://github.com/AdguardTeam/gomitmproxy)
## TLS Cert
following the [instructions](https://github.com/AdguardTeam/gomitmproxy#tls-interception),
```bash
openssl genrsa -out demo.key 2048
openssl req -new -x509 -key demo.key -out demo.crt
```## Install Cert
First you need to connect to the proxy server.
Then access the following URL: http://simple.proxy/cert.crt
and install the certificate.
The URL only works when you are connected to the proxy server.