影舞者

Results 163 comments of 影舞者

正常,已被大部分杀软针对。源码都有了,自己编译、做做免杀就行

> dump支持只dump指定部分内容,比如只dump request 部分。然后response部分就不在dump中,但可以从resp对象的字段中获取: > > ```go > client := req.C() > resp, err := client.R().EnableDumpWithoutResponse().Get(url) > if err != nil { > ... > } > reqContent := resp.Dump()...

可以的。 但有个问题,就是如果请求失败,reqBuf.String()获取不到数据

使用respBuf.String() 的话,有什么函数能自动解码(gzip)嘛? ![image](https://user-images.githubusercontent.com/39651966/196165046-515e2337-d50a-4c77-bf62-06f01f6a605e.png)

不知道为啥,单独拿代码放到test里运行,是成功解码的。但放到程序里时,没成功解码 ![image](https://user-images.githubusercontent.com/39651966/196171615-2e288a14-a5de-4ffe-ab76-4537c212b159.png) ![image](https://user-images.githubusercontent.com/39651966/196171951-75ceb8ab-3432-4057-87ea-fd16ca9a1a0a.png)

噢噢,那只要把`Accept-Encoding: gzip, deflate`去掉就行了咯?

用Git clone 下载最新代码 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: Pi-ka7 ***@***.***> 发送时间: 2022年9月9日 14:30 收件人: shadow1ng/fscan ***@***.***> 抄送: 影舞者 ***@***.***>, Comment ***@***.***> 主题: Re: [shadow1ng/fscan] 使用go build -ldflags="-s -w " -trimpath...

-np 发自我的iPhone ------------------ Original ------------------ From: 麦当 ***@***.***> Date: Fri,Sep 16,2022 8:47 PM To: shadow1ng/fscan ***@***.***> Cc: 影舞者 ***@***.***>, Comment ***@***.***> Subject: Re: [shadow1ng/fscan] socks5 (Issue #217) Stowaway开启socks5,fscan走proxifier无法成功探测内网 — Reply...