转载

HTTP 流量复制工具 Gor v0.13.0 发布

HTTP 流量复制工具 Gor v0.13.0 发布

Gor 是用 Go 编写的简单 HTTP 流量复制工具,主要是为了从生产服务器返回流量到开发环境。使用 Gor 可以在实际的用户会话中测试代码。

Gor 基础工作流

HTTP 流量复制工具 Gor v0.13.0 发布

更新日志

  • --input-raw now do not track responses by default, you can enable them using --input-raw-track-response #279
  • --output-dummy now renamed to --output-stdout and does not require arguments #282
  • HTTP client response buffer now configurable via --output-http-response-buffer #249
  • Fixed recovery when --output-tcp endpoint goes down 0ccace8
  • Improved HTTP capture and replaying for requests with multi-packet headers and POST requests#277 #281
  • Fixed libpcap crashing when listening on multiple interfaces 98868e8
  • Fixed --input-tcp crashing for payloads > 64kb d40d6c6
  • Fixed raw socket engine IPv6 support 98fe7f1

下载

 

正文到此结束
Loading...