|
(Page 4 of 6) < Prev 1 2 3 4 5 6 Next > Category: Access Control » Firewall » Proxy Datapipe Added 2001-10-22 by Todd Vierling Datapipe - Create a listen socket to pipe connections to another machine/port. 'localport' accepts connections on the machine running datapipe, which will connect to 'remoteport' on 'remotehost'. Fairly standard 500 xxxx extended errors are used if something drastic happens. Simple Proxy Added 2001-10-22 by Vadim aliva Simple Proxy is just that -- a simple userland proxy, which will listen on a socket, and establish an outgoing tcp connection to a specified host on a specific port. Simple proxy also understands the basic protocols that are popular today, including HTTP and POP-3. redir Added 2001-10-22 by Sam Creasey Redir is a port redirector. Its functionality basically consists of the ability to listen for TCP connections on a given port, and, when it recieves a connection, to then connect to a given destination address/port, and pass data between them. It finds most of its applications in traversing firewalls, but, of course, there are other uses. It can run under inetd or stand alone (in which case it handles multiple connections). It is 8 bit clean, not limited to line mode, is small and light. FWMail Added 2001-10-22 by Mixter mixter@newyorkoffice.com Fwmail is a small secure daemon for inetd that forwards incoming smtp traffic to another sendmail server, acting as a gateway, and optionally anonymizing the senders origin. Jftpgw - Joe's FTP Proxy/Gateway Added 2001-10-22 by Joachim Wieland Jftpgw is a lightweight simply FTP proxy/gateway which supports passive connections. SuSE Proxy-Suite Added 2001-10-22 by Volker Wiegand An ongoing project for proxies under SuSE Linux. Windsock Added 2001-10-22 by Tim Newsome Windsock is a very bare bones SOCKS proxy server written in Java, with basic support for both versions 4 and 5 of the protocol. aproxy Added 2001-10-22 by Dirk Barnikel, dirk.barnikel@gmx.de aproxy is a multi-client application to forward TCP connections from (local) listening ports to remote targets somewhere in your network. aproxy works with all TCP services that use a single TCP connection for the communication between client and server. The following protocols have been tested and work fine: TELNET, SMTP, SSH, POP, IRC (without support for DCC, and HTTP. aproxy also supports a "Console" mode, which can be accessed by telnet. At the console you can add/delete listening ports and targets, get information about the server, save your configuration and so on. Simpleproxy Added 2001-10-22 by Vadim Zaliva, lord@crocodile.org Simple Proxy is just that -- a simple userland proxy, which will listen on a socket, and establish an outgoing tcp connection to a specified host on a specific port. Simple proxy also understands the basic protocols that are popular today, including HTTP and POP-3. log-proxy Added 2001-10-22 by Evan K. Langlois, ekl@wans.net Log-proxy is a logging proxy server designed to be as universal as possible. It is not intended to be a full-featured proxy, nor is it intended for every-day use. It is however a useful learning and debugging tool allowing you to see exactly what data a particular program is sending across a network. It can be used as a general purpose HTTP proxy and will automatically change the host that it communicates with when used this way. Otherwise, the remote host is fixed, and suitable for programs that don't know anything about proxies, such as telnet, irc, etc. Output of the proxy is to stdout and may be redirected to a log file. The output shows the data in both ascii and hex as well as the direction of the data (using little arrows). If you choose the "color" option, the "sent data" is sent in a different direction than "received data." Browse by category |
|
|
Privacy Statement |