L
Luca Bongiorni
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
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