tcpproxy
tcpproxy copied to clipboard
Intercepting TCP proxy to modify raw TCP streams using modules on incoming or outgoing traffic
When using SOCKS proxy for incoming traffic (using the branch https://github.com/ickerwx/tcpproxy/tree/ptitdoc-ethicomputing-merge), I noticed that some connections are staled under heavy load. I remember similar issue in the git log regarding...
Hi, seems like the SOCKS5 welcome packet is not answered by the server  (i think i tried socks4 in this picture above, Socks5 has a shorter starting packet like...
We choose your script to make a PoC of parametric IDS/IPS for OT. There are five new modules: Modbus TCP, MQTT (sorry, I know, I overwrite the pre existing MQTT...
Use falsy values by default, otherwise the proxy thread will always attempt to bind to 0.0.0.0:8080 which in many cases might be already in use. Also make the condition an...
The source ip binding I submitted earlier should be made optional and not added by default. So we removed the default from argparse. Adding a delay module so we can...