Main > Free Download Search >

Free https tunnels software for linux

https tunnels

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 332
HTTPTunnel 0.9.4

HTTPTunnel 0.9.4


HTTPTunnel is a simple client/server application for creating an HTTP tunnel between two machines, optionally via a Web proxy. more>>
HTTPTunnel is a simple client/server application for creating an HTTP tunnel between two machines, optionally via a Web proxy.
This is a small application for tunnelling an arbitrary TCP socket connection over HTTP. It can be used, for example, to tunnel traffic out from behind a restrictive firewall that only allows outgoing HTTP web connections.
The basic idea is that you run an instance of the HTTP Tunnel application locally in client mode, that then connects out to another instance that you run at the remote end of the tunnel in server mode.
You then connect to the local client end of the tunnel with the application whose traffic you wish to tunnel, and all communications are then wrapped in HTTP. The tunnel may also go via a HTTP proxy, either explicitly or transparently.
Enhancements:
- This release includes some major bugfixes and improvements in the tunneling error detection and retransmission code.
- It also introduces support for building and running under Cygwin.
<<less
Download (0.059MB)
Added: 2007-08-19 License: GPL (GNU General Public License) Price:
807 downloads
HTTunnel 0.04

HTTunnel 0.04


HTTunnel is a universal HTTP tunnel using Apache, mod_perl and Perl. more>>
HTTunnel is a universal HTTP tunnel using Apache, mod_perl and Perl.

To install this module do the following:

perl Makefile.PL
make
make test
make install

Note 1: The test suite will require the URL to an Apache::HTTunnel server to run. You will prompted for it during the installation. This server must allow tunnels to localhost:80. That Apache server must also return an HTTP 200 code for a "GET / HTTP/1.0" request.
Generally if the server has index.html file in the document root it will be ok.
<<less
Download (0.011MB)
Added: 2006-07-03 License: Artistic License Price:
1209 downloads
tcptunnel 1.0

tcptunnel 1.0


tcptunnel is a simple TCP tunnel written in Perl. more>>
tcptunnel is a simple TCP tunnel written in Perl.

Also is a versatile tcp tunnel. The tcptunnel uses:
- tunnelling through a firewall or proxy
- redirecting tcp connections to other ports or machines
- debugging tcp connections in-place
- packet sniffing

The tcptunnel listens on local port < port > and when a connection is made it connects the other end of the tunnel as follows:
a) With no proxy specified, it connects the other end
to < srvport > on < srv >.
b) With a proxy, it connects to < srvport > on < proxy >.
It then directs the proxy to telnet to < srv >, and then it connects the ends of the tunnel.


<<less
Download (0.005MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1213 downloads
Ping Tunnel 0.61

Ping Tunnel 0.61


Ping Tunnel is a tool for reliably tunneling TCP connections over ICMP echo request. more>>
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. At first glance, this might seem like a rather useless thing to do, but it can actually come in your help in some cases.
Setting: Youre on the go, and stumble across an open wireless network. The network gives you an IP address, but wont let you send TCP or UDP packets out to the rest of the internet, for instance to check your mail. What to do? By chance, you discover that the network will allow you to ping any computer on the rest of the internet. With ptunnel, you can utilize this feature to check your mail, or do other things that require TCP.
Main features:
- Tunnel TCP using ICMP echo request and reply packets
- Connections are reliable (lost packets are resent as necessary)
- Handles multiple connections
- Acceptable bandwidth (150 kb/s downstream and about 50 kb/s upstream are the currently measured maximas for one tunnel, but with tweaking this can be improved further)
- Authentication, to prevent just anyone from using your proxy
<<less
Download (0.047MB)
Added: 2006-07-04 License: BSD License Price:
1234 downloads
Cubehub Tunnel 1.0

Cubehub Tunnel 1.0


Cubehub is a simple UDP over TCP tunnel application written in Java. more>>
Cubehub is a simple UDP over TCP tunnel application written in Java. It is designed to help people behind a firewall to connect through a TCP connection and play Quake and other UDP-based games.
SOCKS 4 and 5 are protocols that are supposed to allow users to send data through a firewall. However, they only work like this if the SOCKS server is on the firewall itself. Whilst TCP/IP traffic is frequently permitted through firewalls, UDP/IP (required by most online games) is often blocked. When a SOCKS 5 server relays UDP data (SOCKS 4 does not support UDP), the packets are simply relayed, there is no tunnelling involved.
This application provides a solution, tunnelling the data being relayed by a SOCKS server over one or (for better gaming performance) multiple TCP connections to help applications and games to work from behind a restrictive firewall.
Main features:
- Socks 4/5 server
- TCP and UDP tunnelling over single or multiple TCP connections
- Resilience against individual connection dropping
<<less
Download (0.19MB)
Added: 2006-06-30 License: Freeware Price:
1216 downloads
StdioTunnel 0.2

StdioTunnel 0.2


StdioTunnel project allows you to tunnel arbitrary TCP connections through any shell access connection. more>>
StdioTunnel project allows you to tunnel arbitrary TCP connections through any shell access connection.

If the connection provides a clear 8-bit data path and allows you to start programs, you can use it with StdioTunnel.

It tunnels TCP connections in much the same way SSH does, but is useful in particular cases where SSH port forwarding is disabled, and it does not require running or changing the configuration of any server processes on either side of the connection.

Once StdioTunnel handshakes, the connection you used to initiate it is no longer available. The local StdioTunnel process will ignore further input. The connection is shut down when you kill the StdioTunnel process at either end.

All that is required for StdioTunnel to make a connection is that the standard input and output of the remote side appear to be connected through an 8-bit clear channel to the standard input and output of the process started by the local side. ssh with the -e none option to turn off the escape character works quite nicely as the connecting process.

Please note that using ANY software, StdioTunnel included, to work-around firewall restrictions may make systems on either side of the firewall more vulnerable to any number of attacks. StdioTunnel may have bugs that make such vulnerabilities even worse. The user takes sole responsibility for any adverse consequences of using this software.
<<less
Download (0.085MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
Tunnel 1.2.1

Tunnel 1.2.1


Tunnel project is a simple game involving a ball going down a tunnel. more>>
Tunnel project is a simple game involving a ball going down a tunnel.

Tunnel is a game in which you control a capsule going down a tunnel, shooting other balls in the way. In the process you should pick up power-ups and avoid collisions with enemy balls coming your way.

During the game, you can fire at other balls. They break into fragments which can damage your capsule, so beware.

If the game is too slow on your computer, try using a lower resolution, either using command line options or by modifying the options files.

Tunnel is free software released under the GPL.

<<less
Download (0.40MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1087 downloads
Tunnel Vision 1.0

Tunnel Vision 1.0


TunnelVision creates an encrypted VirtualPrivateNetwork, or VPN, between two Tunnel Vision-capable sites on the Internet. more>>
TunnelVision creates an encrypted VirtualPrivateNetwork, or VPN, between two Tunnel Vision-capable sites on the Internet.
TunnelVision creates an encrypted VirtualPrivateNetwork?, or VPN, between two Tunnel Vision-capable sites on the Internet. Realistically, that means sites with a Linux server running TunnelVision or with a WorldvisionsWeaver? or NetIntegrator acting as their Internet gateway.
TunnelVision requires a Linux 2.2.x kernel or later for running properly. Were sorry about that, but we wanted to use the new features.
Enhancements:
- Also known as 0.70pre2.
- Lots of underlying library changes as WvStreams v2 was debugged.
- A new way of handling strings and lists makes things prettier.
- Several bug fixes resulting from the use of our new stresstest program.
- Connections regenerate themselves after the 10-minute idle timeout.
- All known bugs have been eliminated.
<<less
Download (0.099MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1197 downloads
mod_tunnel 2.0

mod_tunnel 2.0


mod_tunnel is an easy to use Apache 1.3.x module that can be used to create TCP tunnels using your web server more>> mod_tunnel 2.0 is an easy to use Apache 1.3.x module that can be used to create TCP tunnels using your web server. mod_tunnel is useful to expose services which can be reached through a proxy, bypassing firewalls.

Enhancements: Converted to work with Apache 2.2.x.

<<less
Added: 2009-04-13 License: GPL Price: FREE
1 downloads
 
Other version of mod_tunnel
mod_tunnel 1.1mod_tunnel is a simple Apache 1.3.x module that can be used to create TCP tunnels using your web ... can be used to create TCP tunnels using your Web server. It is useful to expose services which can
License:GPL (GNU General Public License)
Download (0.30MB)
1523 downloads
Added: 2005-08-23
ssh tunnel on demand 1.0

ssh tunnel on demand 1.0


ssh tunnel on demand provides a script that creates an SSH tunnel on demand. more>>
ssh tunnel on demand provides a script that creates an SSH tunnel on demand.

ssh tunnel on demand is a script that makes it possible for a user to create an SSH tunnel to a server and connect to it without needing an account on the box or any experience with SSH.

It was written for users that wanted to connect to Usermin at a remote site. Users enter information into a Web form and the server then connects an SSH tunnel to the remote Usermin server and redirects the browser through the tunnel.

<<less
Download (0.013MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
933 downloads
proxytunnel 1.7.2.161

proxytunnel 1.7.2.161


This is proxytunnel, a program that connects stdin and stdout to an origin server through HTTPS proxy. more>>
This is proxytunnel, a program that connects stdin and stdout to an origin server through HTTPS proxy.
Short guide to installing proxytunnel
On most modern unix systems, use the normal Makefile
On MAC OS X, use Makefile.darwin
If you dont have gnu-getopts, use Makefile.no-gnu-getopts
If you want to enable setproctitle functionality, add a CFLAGS define -DSETPROCTITLE (uncomment sample in Makefile)
Run make and optionally make install.
If you manually want to install, copy proxytunnel to /usr/local/bin and optionally the manual-page from the debian-subdirectory to your manpath.
Enhancements:
- Fixed buffer/malloc issue
- Clean-up usage info/help text
- Remove spurious syslog
- Added build-number to versionstring
<<less
Download (0.042MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
504 downloads
JSecureTunneling 0.2.3

JSecureTunneling 0.2.3


JSecureTunneling provides a Java SSH client for tunnels management. more>>
JSecureTunneling provides a Java SSH client for tunnels management.

SecureTunneling is a Java SSH client that is entirely oriented toward the management of SSH tunnels, offering the ability to establish secure and permanent tunnels to a remote SSH server transparently, just like a simple network connection.

The key features are: auto-reconnection, connection monitoring, connection triggers, tunneling changes on-the-fly, and profile management.

<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
966 downloads
htsneak 0.11

htsneak 0.11


htsneak is a general-purpose HTTP tunnelling utility written in Python. more>>
htsneak is a general-purpose HTTP tunnelling utility written in Python. It can be used for accessing external Internet resources from behind a firewall, through an HTTP proxy. It comes with a built-in proxy server that tunnels data through an HTTP proxy to external servers for pop3, imap, smtp, ymsg, etc.

Installation is very simple. Unzip the archive into your prefered installation directory.

<<less
Download (0.010MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
HTTPManifold 0.9b

HTTPManifold 0.9b


HTTPManifold is an application for tunnelling Web/HTTP traffic for multiple servers through a single IP address. more>>
HTTPManifold is an application for tunnelling Web/HTTP traffic for multiple servers through a single IP address (a reverse proxy). HTTPManifold is intended for home users and small businesses so that they can host multiple domains and sub-domains through a single IP address on port 80.
HTTPManifold forwards traffic to other machines, logs requests, and rewrites content during the process. It can also log the raw content of requests for the purpose of debugging Web services, etc. It provides a Web interface for configuration and log viewing with some log analysis capabilities.
Main features:
- Ability to service HTTP request on any port.
- Allow SSL connections and therefore provide HTTPS to server that otherwise dont support it.
- Forward HTTP requests to any IP address on any port using HTTP or HTTPS.
- Rewrite HTTP headers and body during forward translation.
- Log raw HTTP request and response bytes for debugging purposes.
- Serve static HTML pages.
- Provide web interface to HTTPManifold configuration options.
Enhancements:
- This release adds the ability to forward requests to a sub-path on a destination server.
- It adds options to do simple string replacement when processing response content.
- The appearance of the Web interface has been updated.
- HSQLDB support has been added for enhanced request logging.
- X-forwarded-for header support has been added so that destination servers can see the source IP address.
- Some of the forwarding implementation has been touched up to improve performance and fix small defects.
<<less
Download (0.31MB)
Added: 2006-09-05 License: AFPL (Aladdin Free Public License) Price:
1144 downloads
Gnome SSH Tunnel Manager 1.2

Gnome SSH Tunnel Manager 1.2


Gnome SSH Tunnel Manager is a frontend for SSH tunneling. more>>
Gnome SSH Tunnel Manager (gSTM) provides a convenient front-end for the cumbersome ssh commandline.

Tunnel configurations are stored in a simple XML format with support for both local and remote port redirection.

Tunnels can be individually started and stopped from the simple main dialog with the option to add or delete a tunnel or modify its preferences.

An SSH tunnel with port redirection is usefull to access services behind a *nix firewall/router. For example, if you have a Terminal Server (remote desktop) and a MySQL server on your private LAN and want to access them securely from outside, you just open an ssh connection with two port redirections. You can then connect to your localhost which will be redirected over the encrypted tunnel, through the firewall/router, to the remote host.

<<less
Download (1.3MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1190 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5