Go Mitmproxy Versions Save

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

v2.0.0

1 month ago

Feature

HTTP/2 support

Changelog

  • c0337b1 version 2.0.0
  • 0ae3bc0 code refactor
  • 504161a fix log
  • aedcda9 httpsLazyAttack only support http/1.1
  • 338fcbd h2 support
  • 18cd3f5 httpsLazyAttack todo support h2
  • eb3d869 fix ClientConn.Tls
  • b0dfa20 h2 support
  • 4144ab6 use GetConfigForClient
  • ac8b3f4 fix httpsTlsDial
  • 6300f8f serverTlsHandshake
  • d0aceb4 establishConnection
  • 07c7544 httpsDial
  • 2dd565d corrent usage of ctx
  • 385010f code refactor
  • 53141e9 remove unuse code
  • 37145de add UpstreamCert option
  • 374ee76 fix AccessProxyServer
  • 8048380 remove unuse code
  • dc5b88f httpsDialLazyAttack
  • 1f36212 httpsDialFirstAttack
  • 6c7a3fb add initHttpDialFn
  • d440ba4 refactor
  • d910f60 add attacker
  • 8e8ee66 add entry
  • c248976 add internal helper
  • 486fdc7 not connect or delay connect target server example

v1.7.1

8 months ago

Changelog

  • 976d44b upgrade version
  • 7321ab3 add close connection example
  • aa4b5b5 rewrite host example
  • a2262b1 UpstreamCert support
  • 09e19e7 Merge pull request #56 from pepesi/main
  • 9601aaf bugfix auth failed when use upstream with auth

v1.7.0

9 months ago

Changelog

  • dfb8a77 upgrade version
  • a12a18e channge shouldIntercept fn
  • 4845c5d add upstream cli args
  • d8d83f4 upstreamProxy
  • 3975856 todo realUpstreamProxy

v1.6.5

9 months ago

Changelog

  • ad19f39 change .goreleaser.yml

v1.6.4

9 months ago

Changelog

  • b48ddd8 goreleaser config change

v1.6.3

9 months ago

Changelog

  • 93c6055 upgrade version
  • 1db784b change .goreleaser.yml

v1.6.1

11 months ago

Changelog

  • c1796cb upgrade version
  • 256b264 frontend build
  • d02dcda Optimize frontend styles
  • 4a0771c table can resize
  • ebcf2bc client Resizer todo

v1.6.0

1 year ago

Changelog

  • ecacea4 doc and version
  • fdb15fd add map local addon
  • c1cebcd map remote refactoring
  • bf674cb finish map remote addon
  • 6898d89 add map remote addon
  • b152023 Merge branch 'main' into mapremote
  • b957993 flow add UseSeparateClient
  • d1cfe58 map remote todo
  • bdccdd5 Add support for wildcard domain matching in matchHost function
  • 831873c readme

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 获取代理使用中的证书