Go Mitmproxy Versions Save

mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。

v1.5.0

1 year ago

Changelog

  • 113c94d upgrade version
  • 81e2800 change .goreleaser.yml

v1.3.4

1 year ago

Changelog

  • 183d691 upgrade version
  • c442532 web addon frontend build
  • 4007f2b web flow filter support and or not
  • 858b8d2 web flow filter refactoring
  • 043f32c web flow filter support scope
  • cca2532 web flow filter regexp support case-insensitive
  • 3c42438 web interface refactor flow filter
  • 869f9a3 add proxy.SetShouldInterceptRule
  • fd778d5 code style
  • 07acf56 Merge pull request #38 from wangborong12345/feat_get_proxy_cert
  • 2e37bb8 获取代理使用中的证书

v1.3.3

1 year ago

Changelog

  • afe64aa upgrade version
  • 98f5f10 web build
  • 7f88022 web react fix
  • 4d539f6 upgrade web deps
  • b71c08e web addon interface optimization
  • d9c14cb fix web addon send message error

v1.3.2

1 year ago

Changelog

  • dd68ba2 fix middle.close
  • b2bf917 Merge pull request #30 from t1nky/main
  • cbb8971 Added proxy auth
  • 8a94546 Added auth in getProxyConn
  • 4446e0d Removed replace
  • f48f17f Go mod change
  • d46408d Mod changed
  • 650f1f0 Added proxy
  • ead30d6 fix readme

v1.3.1

1 year ago

Changelog

  • cd42c68 upgrade version
  • b70d2bc fix https can use https_proxy env

v1.3.0

1 year ago

Changelog

  • a7b41a4 upgrade version
  • 914c367 add proxy.Close and proxy.Shutdown
  • 750c013 change proxy_test

v1.2.1

1 year ago

Changelog

  • 7e286c5 upgrade version
  • 6aab751 try fix tcp not closed
  • f52ced5 fix concurrent map writes

v1.2.0

1 year ago

Changelog

  • 12c3c61 upgrade version
  • 8c6828f test server keep alive connection close
  • 3360b35 close connection correctly, try fix eof error
  • 8265e52 add some test
  • c61db1b add some test

v1.1.0

1 year ago

Changelog

  • 2f519ab Merge pull request #23 from pepesi/feature-another-stream-modifier
  • 9080c0e need flow context in stream modifier provide extra info
  • 396be08 proxy.Response 添加 BodyReader,支持添加自定义的stream body
  • 0cc735c upgrade version
  • a94d64b 支持 stream 的修改

v1.0.0

1 year ago

Changelog

  • c2143a8 add Client.Tls
  • dee64dd add ClientConnected hook
  • 1871fe4 add ClientDisconnected hook
  • 949d1a9 add ConnContext.Server
  • 57770b4 add debug option
  • d2659e4 add flow.ConnContext
  • d95a8cc add proxyListener
  • 1b26b43 add server.address
  • 0c26763 addon.TlsEstablishedServer
  • 7059c4e change middle server IdleTimeout
  • 959568b change readme
  • 4931602 change readme
  • c3dc20f code refactoring
  • 7f55903 code refactoring
  • 01f0cc7 code refactoring
  • fade639 connCtx.tlsHandshake
  • d52a27a go mod tidy
  • 4246818 go-version: 1.18
  • 46f1651 http add server hook
  • 2e0c62a https add server hook
  • 637f752 optimize middle.Dial
  • 896ea29 optimize tlsHandshaked
  • 9d312a5 remove flow.State
  • 3bbda55 tls_record_magic
  • 9bd9ca0 web addon add connection message
  • 7d0566c web addon: add connection info
  • 554a4c0 web addon: build
  • 8f7929a web addon: change message version
  • 239fda6 web addon: connection info
  • 217ac90 web code refactoring