go-mitmproxy icon indicating copy to clipboard operation
go-mitmproxy copied to clipboard

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

Results 41 go-mitmproxy issues
Sort by recently updated
recently updated
newest added

Hi, When I want to catch the response body like : `println(string(p.Response.Body))` I have a wrong output : ``` ♣�☻STM?3D����,�|♫♣��d54\ =♂�C�؆���%��'>A|g,����~B

请问要关闭中间人和代理并且不退出程序在代码中应该怎么修改呢。

flow.go:130:20: multiple-value uuid.NewV4() in single-value context

目前我遇到的问题是这样的: 首先,我拥有一台OpenVPN服务端,且客户端并未进行证书校验。 我想要在服务端上进行http和https的流量捕获,不知道作者有啥思路吗

其它请求,qq,头条...都正常,但是抖音就不行

在运行一段时间之后,查看系统网络状态,发现有大量TIME_WAIT等待。 系统参数已经优化配置成这样: net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_fin_timeout = 30 依然没有解决。 看起来是和客户端建立的连接没有及时关闭。

这个能通过go-mobile编译到android使用么

Is it possible to capture these requests?