Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: TCP Tunnel via an HTTP Resource...

by gildir (Pilgrim)
on Oct 17, 2001 at 18:49 UTC ( [id://119414]=note: print w/replies, xml ) Need Help??


in reply to TCP Tunnel via an HTTP Resource...

A) Not that way. You will be violating HTTP protocol and that wont get through proxy. Even an IDS might rise an alarm, if target network use such a device. Easy detectable, generaly not working.

But there is a solution. Split TCP stream to a 'packets' of data and then transfer these data as a 'CGI script' arguments. Maybe like this:

/cgi-bin/covert.pl?data=34a5c7ef04 /cgi-bin/covert.pl?data=20374a53752042
The back channel will be the 'CGI' response. This way you are efectively making a covert channel, practicaly undetectable. But very slow one :-)

B) look for httunel on freshmeat

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://119414]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found