Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmccabe/mitmweb-docker
Docker image for the mitmproxy web interface mitmweb
https://github.com/johnmccabe/mitmweb-docker
docker https mitm proxy traffic-analysis web-development
Last synced: 3 months ago
JSON representation
Docker image for the mitmproxy web interface mitmweb
- Host: GitHub
- URL: https://github.com/johnmccabe/mitmweb-docker
- Owner: johnmccabe
- License: mit
- Created: 2015-05-19T22:11:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T20:52:35.000Z (almost 8 years ago)
- Last Synced: 2024-04-24T13:41:49.786Z (7 months ago)
- Topics: docker, https, mitm, proxy, traffic-analysis, web-development
- Size: 6.84 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **8**星
README
[![](https://images.microbadger.com/badges/image/johnmccabe/mitmweb.svg)](https://microbadger.com/images/johnmccabe/mitmweb "Get your own image badge on microbadger.com")
# mitmweb docker image
Alpine based docker image for the mitmproxy web interface mitmweb.Get started quickly with defaults allowing docker to map the proxy and web interface ports.
docker run --name mitmweb -d -P johnmccabe/mitmweb
Or to explictly map the default ports (proxy: 8080, web interface: 8081)
docker run --name mitmweb -d -p 8080:8080 -p 8081:8081 johnmccabe/mitmweb
You can view all available mitmweb arguments and options as follows
docker run johnmccabe/mitmweb -h
Refer to the mitmproxy page for details
- https://github.com/mitmproxy/mitmproxy