https tunnel ssh
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 628
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.
<<lessThis 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.
Download (0.059MB)
Added: 2007-08-19 License: GPL (GNU General Public License) Price:
807 downloads
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.
<<lessAlso 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.
Download (0.005MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1213 downloads
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.
<<lessTo 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.
Download (0.011MB)
Added: 2006-07-03 License: Artistic License Price:
1209 downloads
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
<<lessSetting: 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
Download (0.047MB)
Added: 2006-07-04 License: BSD License Price:
1234 downloads
prtunnel 0.2.7
prtunnel is a program that can tunnel TCP/IP connections in a variety of ways. more>>
prtunnel is a program that can tunnel TCP/IP connections in a variety of ways, including through HTTP and SOCKS5 proxy servers. Some if its possible uses include:
- Tunneling TCP connections from client programs to a remote server through an HTTP or SOCKS5 proxy (useful if youre behind such a proxy and want to use a program that doesnt have native proxy support)
- Tunneling TCP connections from SOCKS-capable client programs through an HTTP or SOCKS5 proxy
- Tunneling TCP connections from an IPv4 client program to an IPv6 server and vice-versa
- Forwarding TCP connections
- Running as a simple SOCKS proxy server
prtunnel project was developed and used under Linux and BSD-based operating systems.
Enhancements:
- A bug that would cause malloc(0) to be called in some situations (which could cause problems on some systems) has been fixed.
- The server timeout, if specified, is now set before the proxy server successfully connects to the remote server, which will prevent the program from hanging if the proxy does not respond to the client.
<<less- Tunneling TCP connections from client programs to a remote server through an HTTP or SOCKS5 proxy (useful if youre behind such a proxy and want to use a program that doesnt have native proxy support)
- Tunneling TCP connections from SOCKS-capable client programs through an HTTP or SOCKS5 proxy
- Tunneling TCP connections from an IPv4 client program to an IPv6 server and vice-versa
- Forwarding TCP connections
- Running as a simple SOCKS proxy server
prtunnel project was developed and used under Linux and BSD-based operating systems.
Enhancements:
- A bug that would cause malloc(0) to be called in some situations (which could cause problems on some systems) has been fixed.
- The server timeout, if specified, is now set before the proxy server successfully connects to the remote server, which will prevent the program from hanging if the proxy does not respond to the client.
Download (0.020MB)
Added: 2006-03-13 License: BSD License Price:
1325 downloads
autotunnel 1.3
Autotunnel is a small Project for setting up ipip-tunnel automatically. more>>
Autotunnel is a small Project for setting up ipip-tunnel automatically. This can give you the possibility to have a static ip address although you get a dynamic address by your dial-in provider. You need Linux-2.2.x or 2.4.x kernel on the server and the client to run it. (with ipip support of course)
A client have to connect to an autotunnel daemon, which is setting up the ipip tunnel after the client has authentificated. Authentification is done via PAM, SSL encrypted. So you need libpam and libssl libcrypt
Change into the diectory where you unpacked the tar-ball. Have a look at the Makefile and type make and make install . If you need a new certificate - key pair type make key
The certificate and key is installed /var/autotunnel.
<<lessA client have to connect to an autotunnel daemon, which is setting up the ipip tunnel after the client has authentificated. Authentification is done via PAM, SSL encrypted. So you need libpam and libssl libcrypt
Change into the diectory where you unpacked the tar-ball. Have a look at the Makefile and type make and make install . If you need a new certificate - key pair type make key
The certificate and key is installed /var/autotunnel.
Download (0.014MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1214 downloads
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
<<lessSOCKS 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
Download (0.19MB)
Added: 2006-06-30 License: Freeware Price:
1216 downloads
utunnel 0.4
utunnel is a tool that lets you tunnel all IP traffic (TCP, ICMP, etc.) over UDP. more>>
utunnel is a tool that lets you tunnel all IP traffic (TCP, ICMP, etc.) over UDP. It also allows for the endpoints of these packets to be spoofed as other machines on your unswitched LAN (think wireless or hubs). This tool is simply a proof of concept and the actual uses are left to your choice.
In order to use udptunnel, libnet and libpcap are required. I havent tested with any versions other than:
libpcap >= 0.8.1
libnet >= 1.1.2.1
Install instructions can be found in the INSTALL file, but the eager can
get away with issuing the following commands:
./configure
make
make install
<<lessIn order to use udptunnel, libnet and libpcap are required. I havent tested with any versions other than:
libpcap >= 0.8.1
libnet >= 1.1.2.1
Install instructions can be found in the INSTALL file, but the eager can
get away with issuing the following commands:
./configure
make
make install
Download (0.096MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1212 downloads
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.
<<lessIf 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.
Download (0.085MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
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.
<<lessTunnel 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.
Download (0.40MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1087 downloads
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.
<<lessTunnelVision 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.
Download (0.099MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1197 downloads
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.
<<lessssh 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.
Download (0.013MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
933 downloads
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.
<<lessSecureTunneling 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.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
966 downloads
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.
<<lessTunnel 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.
Download (1.3MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1190 downloads
SquTUN 1.1
SquTUN creates an AES-encrypted, SHA-1 authenticated UDP tunnel more>>
SquTUN creates an AES-encrypted, SHA-1 authenticated UDP tunnel over which IP packets received from a TUN interface are encapsulated and transmitted.
It is intended to replace installations that are currently using CIPE for point-to-point VPNs. Unlike CIPE, SquTUN doesnt require a custom kernel module.
Furthermore, SquTUNs implementation and interface are much less complex, leading to greater confidence in its correctness.
Enhancements:
- This release zeroes out the remainder of the last plaintext block before sending, to avoid sending uninitialized (and possibly private) data.
- It also fixes type mismatch warnings with syslog/printf under -Wall.
<<lessIt is intended to replace installations that are currently using CIPE for point-to-point VPNs. Unlike CIPE, SquTUN doesnt require a custom kernel module.
Furthermore, SquTUNs implementation and interface are much less complex, leading to greater confidence in its correctness.
Enhancements:
- This release zeroes out the remainder of the last plaintext block before sending, to avoid sending uninitialized (and possibly private) data.
- It also fixes type mismatch warnings with syslog/printf under -Wall.
Download (0.018MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1313 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above https tunnel ssh search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed