gor

Real-time HTTP traffic replay tool written in Go

brewmacoslinux
Try with needOr install directly
Source

About

Real-time HTTP traffic replay tool written in Go

Commands

gor

Examples

Capture HTTP traffic on port 8080 and save to file$ gor listen -p 8080 -o requests.gor
Replay captured traffic to a target server$ gor replay -f requests.gor -t http://target-server.com
Capture traffic and replay to multiple servers simultaneously$ gor listen -p 8080 | gor replay -t http://server1.com -t http://server2.com