tcpproxy icon indicating copy to clipboard operation
tcpproxy copied to clipboard

Intercepting TCP proxy to modify raw TCP streams using modules on incoming or outgoing traffic

Results 5 tcpproxy issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/1736570/112736850-270c2980-8f56-11eb-96d7-f16c396eb8c0.png) (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...