Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39435

Transparent Proxy and Redirecting Sockets

Newsgroups comp.lang.python
Date 2013-02-21 07:24 -0800
Message-ID <d14ab355-a134-405c-ada4-9ae64d7a8aac@googlegroups.com> (permalink)
Subject Transparent Proxy and Redirecting Sockets
From Luca Bongiorni <bongio87@gmail.com>

Show all headers | View raw


Hi all,
Around I have found plenty useful sources about TCP transparent proxies. However I am still missing how to make socket redirection.

What I would like to do is:

host_A <--> PROXY <--> host_B
              ^
              |
host_C <------

At the beginning the proxy is simply forwarding the data between A and B.
Subsequently, when a parser catches the right pattern, the proxy quit the communication between A and B and redirect all the traffic to the host_C.

I would be pleased if someone would suggest me some resources or hints.

Thank you :)
Cheers,
Luca

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Transparent Proxy and Redirecting Sockets Luca Bongiorni <bongio87@gmail.com> - 2013-02-21 07:24 -0800
  Re: Transparent Proxy and Redirecting Sockets Rodrick Brown <rodrick.brown@gmail.com> - 2013-02-21 10:39 -0500
  Re: Transparent Proxy and Redirecting Sockets Luca Bongiorni <bongio87@gmail.com> - 2013-02-21 17:47 +0200

csiph-web