Sign inSign up

clibing/alpine-mitmproxy

By clibing

Updated over 4 years ago

Image
0

225

clibing/alpine-mitmproxy repository overview

to blog clibing.com

  1. must install docker docker-compose

  2. create docker-compose.yml as follows

version: '3.8'

services:
  mitmproxy:
    image: clibing/alpine-mitmproxy
    container_name: mitmproxy
    ports:
      - "19090:8080"
      - "19091:8081"
    volumes:
      - './ca:/workspace/home/.mitmproxy:rw'
  1. Please save the contents of the 'ca' directory, because if it is lost, the corresponding clients need to reinstall the certificate when re creating the container
  • 19090: proxy port
  • 19091: proxy web manage, support copy curl, intercept request and response data.
  1. configure the agent. If it will not be configured, it can be searched and installed by Google
  • 1.mobile will set wlan proxy ip and port
  • 2.open brower http://mitm.it, select ca pem, and install
  • 3.open ip:19091 view proxy details (http https)

Tag summary

Content type

Image

Digest

Size

134.6 MB

Last updated

over 4 years ago

docker pull clibing/alpine-mitmproxy