unixpickle / packet-proxy

A proxy for reverse engineering a communication protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packet-proxy

A proxy for both UDP and TCP, which saves packets to a file.

For TCP connections, packets are split up using timing, i.e. bytes that come at around the same time are clustered into a "packet" on file.

About

A proxy for reverse engineering a communication protocol


Languages

Language:Go 100.0%