Category:Redirection
From SecurityForest
- Stunnel
: A general-purpose SSL cryptographic wrapper
- The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. It will negotiate an SSL connection using the OpenSSL or SSLeay libraries.
- http://www.stunnel.org
- httptunnel
: Tool for tunnelling connections inside HTTP requests
- httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests. The HTTP requests can be sent via an HTTP proxy if so desired.
- http://www.nocrew.org/software/httptunnel.html
- UDPTunnel
: Tunnel UDP packets over a TCP connection
- UDPTunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection.
- http://www1.cs.columbia.edu/~lennox/udptunnel/
- fpipe
: FPipe is a source port forwarder/redirector
- It can create a TCP or UDP stream with a source port of your choice. This is useful for getting past firewalls that allow traffic with source ports of say 23, to connect with internal servers.
- http://www.foundstone.com/resources/proddesc/fpipe.htm
- DNScat
: DNScat is a tool to tunnel traffic through DNS servers
- It provides a bi-directional communication through DNS servers, and in conjunction with PPP, can be used to set up a virtual private network (VPN).
- http://tadek.pietraszek.org/projects/DNScat/
- datapipe
: TCP/IP socket redirection application
- This is a simple TCP/IP socket redirection application that offers a little more complexity than the simple fork-based datapipes that are commonly available. This source has been successfully compiled and used on Linux, FreeBSD, and Win32.
- http://www.bovine.net/~jlawson/coding/datapipe/
