Projects tagged ‘java’ and ‘tunnel’


[11 total ]

2 Users

JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.
Created over 2 years ago.

0 Users

The http-proxy project scope is to implement a proxy http that can also work as a tunnel http. The application stores the content exchanged between a browser and a web server in a local directory ... [More] , cache. It is possible to define filtering criteria based on the http content. [Less]
Created 12 months ago.

0 Users

The all new Platform Independent Anonymous Tunnel (Gate Pass) A Java based tunnel Provides Logging for outgoing HTTP requests Reveals username/passwords/any posted unencrypted form data Can be ... [More] extended as a session hijacker for ethical hacking & implementing corporate surveillance policies Can be used in chain for Anonymous Surfing behind International Proxies [Less]
Created 12 months ago.

0 Users

Socks via HTTP is a program converting SOCKS requests into HTTP requests and tunnelling them through HTTP proxies if needed.The SOCKS protocol allows programs to traverse firewalls on any port number ... [More] and is used by many popular programs, like Napster, MSN Messenger, CRT(telnet client) and many others. Many companies restrict firewall traversals only to HTTP requests, disabling SOCKS proxy. Socks via HTTP provides a miniature SOCKS server for the SOCKS client, performing its connection through an HTTP proxy to a remote server, which establishes the real connection. Socks via HTTP is 100% Java, and can run on any OS. I - How it works II - As the program is 100% Java, you can use any OS combinaison you want: Server part 2b on Linux, Client part 2a on Windows. Both Server part and client part on Linux. Both Server part and client part on Windows. Server part 2b on Windows, Client part 2a on Linux. III - IV - Advanced description:1.The client part The client part of Socks via HTTP acts as a socks server. Your program (IRC, Telnet or whatever) connects to this socks server, thinking it is speaking with a real socks server. The socks via HTTP client communicates the socks via HTTP server using HTTP protocol. # The HTTP packets are zipped on the fly to speed up network transfer. 2 - Server part The server parts manages the real connections. As you know, HTTP is a disconnected protocol, ie you create a request, send it, and you got a response. There is no connection context (I suppose here that the proxy you have to bypass does not support keep alive). As a consequence, the context handling is the job of the Socks via HTTP server part. The server part manages a HashTable containing all the opened connections. Each connection has an unique id. This id is sended by the Socks via HTTP client part for each request. [Less]
Created 12 months ago.

0 Users

Jahath encapsulates TCP based protocols using HTTP. It can be used to tunnel network connections through restrictive HTTP proxies.
Created about 1 month ago.

0 Users

SSHTunneler allows you to easily manage SSH tunnels for yourself. Also, by using the SSHTunnelerPackager, a system administrator can distribute SSHTunneler installation package bundled with a config ... [More] file. By doing so, he can make his users use SSH tunnels without them even knowing so. Right now, the project is in early alpha stage. In fact, the SSHTunnelerPackager should not be able to generate installers. [Less]
Created about 1 month ago.

0 Users

Portal Proxy harnesses the merits of XMPP protocol(Jabber/Gtalk etc.). The data is transported through secure XMPP networks.
Created 8 months ago.

0 Users

Piggyback is a ssh tunnel manager for all POSIX-compliant operating systems (Linux/BSD/UNIX-like OSes). Written in Java for Gnome and GTK, the goal of the project is to create a simple GTK-based frontend to managing ssh tunnels.
Created 12 months ago.

0 Users

SSHiffon... is a Pre-Pre-Alpha SSH client mashup ... provides a terminal, gui SFTP client and SSH tunneling (secure port forwarding) through a shared connection ... one tab per-connection (all in ... [More] one process) ... uses Griffon as the GUI framework ... uses JSch for SSH ... uses a modified version of Gritty for the terminal ... is targeted mainly towards Windoze users for accessing Unixy servers, but should run on any JVM (Java6) ... is open source software (permissive license, BSD style) StatusAs of 25th Nov 2009 (v0.1.5), SSHiffon is currently very pre-alpha. v0.1.6 will come with an improved UI, to work towards the first 'Alpha' release. v0.2.0 will be the first Alpha release, slated for December 31st 2009, or thereabouts. Known issuesI'm using SSHiffon contentedly in my workplace, for about 3-5 concurrent connections, but finding a few key bugs: Terminal issues: Home, End, PgUp, PgDown, Insert keys do not work properly. Box drawing not implemented (affects midnight commander and similar tools) Some strange behaviour affecting vim (line insertion doesn't work nicely) Other: Several usability issues, to be addressed for 0.2.0 DocumentationPlease start with the SSHiffon Overview More to follow (!) [Less]
Created 29 days ago.

0 Users

Socks via HTTP is a program converting SOCKS requests into HTTP requests and tunnelling them through HTTP proxies if needed. The SOCKS protocol allows programs to traverse firewalls on any port number ... [More] and is used by many popular programs, like Napster, MSN Messenger, CRT(telnet client) and many others. Many companies restrict firewall traversals only to HTTP requests, disabling SOCKS proxy. Socks via HTTP provides a miniature SOCKS server for the SOCKS client, performing its connection through an HTTP proxy to a remote server, which establishes the real connection. Please read carefully the INSTALL and DOCUMENTATION files. You can always get the last version of the program, and some documentation at http://cqs.dyndns.org Please send your feedback to socksviahttp@cqs.dyndns.org Thank you Florent CUETO & Sebastien LEBRETON socksviahttp@cqs.dyndns.org [Less]
Created 12 months ago.