HTTP隧道封装说明

创建隧道在HTTP请求一个双向的虚拟数据流。该请求可以通过HTTP代理服务器发送如果需要的话。这可能是背后的限制性防火墙的用户非常有用。如果WWW访问是通过HTTP代理服务器允许,它可以使用httptunnel并说,telnet或PPP连接到防火墙外的计算机。

HTTP隧道首页 | 卡利HTTP隧道回购

  • 作者:塞巴斯蒂安·韦伯
  • 许可:GPLv3的

包含在HTTP隧道封装工具

httptunnel_server - httptunnel服务器
[email protected]:~# httptunnel_server -h
HTTPTunnel Server 1.2.1 (c) 2010 Sebastian Weber <[email protected]>
usage: httptunnel_server.pl [<configfile>] [--debug] [--<param>=<value> ...]

httptunnel_client - httptunnel客户端

[email protected]:~# httptunnel_client -h
HTTPTunnel Client 1.2.1 (c) 2010 Sebastian Weber <[email protected]>
usage: httptunnel_client.pl [<configfile>] [--debug] [--<param>=<value> ...]

示例httptunnel_server用法

[email protected]:~# nano /usr/share/http-tunnel/perl/httptunnel_server.cfg
[email protected]:~# httptunnel_server
HTTPtunnel server started and accepting connections

示例httptunnel_client用法

[email protected]:~# nano /usr/share/http-tunnel/perl/httptunnel_client.cfg
[email protected]:~# httptunnel_client
HTTPTunnel client started and accepting connections