http-tunnel Package Description

Creates a bidirectional virtual data stream tunnelled in HTTP requests. The requests can be sent via a HTTP proxy if so desired. This can be useful for users behind restrictive firewalls. If WWW access is allowed through a HTTP proxy, it’s possible to use httptunnel and, say, telnet or PPP to connect to a computer outside the firewall.

http-tunnel Homepage | Kali http-tunnel Repo

  • Author: Sebastian Weber
  • License: GPLv3

Tools included in the http-tunnel package

httptunnel_server – httptunnel server
[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 client

[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 Usage Example

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

httptunnel_client Usage Example

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