zu1k

Results 49 comments of zu1k

> Icons are still not set successfully when cross compile fron linux to windows Solved by remove `lib.rs`

无法与客户端建立 TLS 连接,大概率因为客户端不信任证书。 1. 检查操作系统或浏览器是否信任 Good-MITM 证书 2. 检查是否有 SSL Pinning

> 使用拦截时无法对http进行访问 请提供更详细的信息

请附上你的规则文件,日志使用源码格式

无法复现,测试无任何问题,请自行检查

Does this cause an IP to be split into two processing so that it cannot be identified?

> I do not know the application scenarios that print the half of an IP and then print the remain later. `io.Copy` use a fix size buffer, this may cause...

> This needs to be verified. I generate a random txt file with (32*1024-2) bytes, then append 2 IPs. ``` # cat a.txt | nali ......... print something random ............

> I generate a random txt file with (32*1024-2) bytes, then append 2 IPs. ```bash tr -dc A-Za-z0-9 a.txt echo "" >> a.txt echo 1.2.3.4 >> a.txt echo 5.6.7.8 >>...

Looks like mtr using tui causes these issues, tui is not suitable to be piped, so I think it is a better choice to add a display method suitable for...