Build a TCP proxy in Python (part 1/3)
Today, I thought it might be interesting to start a few posts on how to build a easy and useful TCP proxy in Python. I have used a couple of times a TCP proxy to help me understand weird protocols, modify traffic on the fly or just to fuzz some parameters from a…