[Lunar-commits] CVS: moonbase/security/proxychains DETAILS, NONE,
1.1
Terry Chan
tchan at lunar-linux.org
Mon Jan 26 03:30:01 GMT 2004
Update of /var/cvs/lunar/moonbase/security/proxychains
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19207
Added Files:
DETAILS
Log Message:
Another module added to moonbase at bramble's request. Compiled and tested
with gcc-3.2.3, kernel-headers 2.4.x.
--- NEW FILE: DETAILS ---
MODULE=proxychains
VERSION=1.8.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
WEB_SITE=http://proxychains.sourceforge.net
ENTERED=20040125
UPDATED=20040125
SHORT="A proxifier -- user-defined list of proxies chained together"
cat << EOF
This program forces any tcp connection made by any given tcp client
to follow through proxy (or proxy chain). It is a kind of proxifier.
It acts like sockscap / permeo / eborder driver.
Intercepts and hooks TCP calls made by any given Internet client.
Allows remote TCP tunneling through proxies.
Supports HTTP-CONNECT, SOCKS4 and SOCKS5 proxy servers.
Different proxy types can be mixed in the same chain.
Run any program (including servers) from behind a proxy server.
Access the Internet from behind a restrictive firewall.
Source IP masquerade.
SSH tunneling through proxy servers.
Dynamic LAN-to-LAN VPN channel.
Usage:
proxychains <application and it's arguments>
EOF
More information about the Lunar-commits
mailing list