$ tar xfz httptunnel-3.3.tar.gz 
$ cd httptunnel-3.3
$ ./configure && make
-------------------------
# hts -F localhost:22 80
-------------------------
# htc -F 2222 colossus:80
-------------------------
# /usr/sbin/lsof -i | grep htc
htc       2323   root    6u  IPv4 0x02358a30      0t0    TCP *:2222 (LISTEN)
-------------------------
[andrew@kryten andrew]$ ssh -p 2222 localhost
andrew@localhost's password: 
[andrew@colossus andrew]$
-------------------------
# hts -F przykad.com:22 80
-------------------------
POST /index.html?crap=1071364879 HTTP/1.1
Host: przykad.com:80
Content-Length: 102400
Connection: close

SSH-2.0-OpenSSH_3.6.1p1+CAN-2003-0693
-------------------------
# htc -P mjproxy:8000 -A andrew:mojehaso -F 22 colossus:80
