Containerized mitmproxy (man-in-the-middle proxy) on top of Alpine Linux.
5.6K
Containerized mitmproxy, man-in-the-middle proxy:
7799 (selected randomly to avoid mapping to an existing user).$ docker run --rm -it [-v $PWD:/home/mitmproxy/.mitmproxy] -p 8080:8080 wernight/mitmproxy
The volume mount is optional: It's to use the generated self-signed certificates.
You can also start mitmdump by just adding that to the end of the command-line.
Once started, you can set your application/browser proxy:
HTTPlocalhost8080For example:
$ http_proxy=http://localhost:8080/ curl http://google.com
$ https_proxy=http://localhost:8080/ curl -k https://google.com
To use it for Android, first install the mitmproxy generated certificate, then set the Android Wi-Fi proxy.
Improvement ideas and pull requests are welcome via Github Issue Tracker.
Content type
Image
Digest
sha256:89d0dcb7f…
Size
23.9 MB
Last updated
almost 10 years ago
docker pull wernight/mitmproxy