Aucune description

z3APA3A c20a04b752 change strdup to mystrdup il y a 8 ans
cfg 3f859fdb11 Change log location in demo scripts il y a 8 ans
doc 8e820b28c0 Documentation correction il y a 9 ans
man 84664a203b support %i in loformat il y a 9 ans
scripts 3f859fdb11 Change log location in demo scripts il y a 8 ans
src c20a04b752 change strdup to mystrdup il y a 8 ans
.gitattributes a060376f1e initial import to git il y a 11 ans
.gitignore ec9d556707 Add makefile for OpenWatcom 2.0 il y a 9 ans
3proxy.ico 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
3proxy.rc c0bb608acc publish as 0.8.10 il y a 8 ans
Makefile.Linux 0f695a4248 Update Makefile.Linux il y a 9 ans
Makefile.Solaris 57f1140734 Changes in makefiles to support LDAP plugin compilation il y a 10 ans
Makefile.Solaris-gcc 57f1140734 Changes in makefiles to support LDAP plugin compilation il y a 10 ans
Makefile.am a060376f1e initial import to git il y a 11 ans
Makefile.debug 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
Makefile.inc 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
Makefile.intl 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
Makefile.llvm 57f1140734 Changes in makefiles to support LDAP plugin compilation il y a 10 ans
Makefile.msvc 57f1140734 Changes in makefiles to support LDAP plugin compilation il y a 10 ans
Makefile.msvc64 57f1140734 Changes in makefiles to support LDAP plugin compilation il y a 10 ans
Makefile.msvcCE 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
Makefile.unix 5d9c1af5ca Build PamAuth plugin by default in *nix il y a 10 ans
Makefile.unix-install 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
Makefile.watcom 945c30c5ee Use pragma aux to export valid names from DLL in Watcom il y a 9 ans
Makefile.win 57f1140734 Changes in makefiles to support LDAP plugin compilation il y a 10 ans
Makefile.winCE 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
README 7a7cd9bc25 README updated il y a 10 ans
Release.notes 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
authors 053630c6d7 Files change il y a 11 ans
copying 5287278fa5 Copy to master from devel - ready for 0.8 il y a 10 ans
rus.3ps 6a8fee9847 minor 3ps file modification il y a 10 ans

README

/*
3APA3A 3proxy tiny proxy server
(c) 2002-2016 by Vladimir '3APA3A' Dubrovin <3proxy@3proxy.ru>

please read License Agreement
*/

Please read doc/html/index.html and man pages.

Features:
1. General
+ HTTP/1.1 Proxy with keep-alive client and server support,
transparent proxy support.
+ Anonymous and random client emulation HTTP proxy mode
+ FTP over HTTP support.
+ DNS caching with built-in resolver
+ HTTPS (CONNECT) proxy
+ SOCKSv4/4.5 Proxy
+ SOCKSv5 Proxy
+ UDP and bind support for SOCKSv5 (fully compatible with
SocksCAP/FreeCAP for UDP)
+ Transparent SOCKS redirection for HTTP, POP3, FTP, SMTP, ICQ
+ POP3 Proxy
+ FTP proxy
+ DNS proxy
+ TCP port mapper
+ UDP port mapper
+ SMTP proxy
+ ICQ/AOL proxy
+ Threaded application (no child process).
+ Web administration and statistics
+ Plugins for functionality extension
+ Native 64 bit application for 64 bit OS, including 64-bit editions of
Windows.
+ IPv6 support
2. Proxy chaining and network connections
+ Connect back proxy support to bypass firewalls
+ Parent proxy support for any type of incoming connection
+ Username/password authentication for parent proxy(s).
+ HTTPS/SOCKS4/SOCKS5 and redirection parent support
+ Random parent selection
+ Chain building (multihop proxing)
+ Load balancing between few network connections by choosing network
interface
3. Logging
+ turnable log format compatible with any log parser
+ stdout logging
+ file logging
+ syslog logging (Unix)
+ ODBC logging
+ log file rotation (hourly, daily, weekly, monthly)
+ automatic log file comperssion with external archiver (for files)
+ automatic removal of older log files
+ Character filtering for log files
+ different log files for different servces are supported
4. Access control
+ ACL-driven (user/source/destination/protocol/weekday/daytime or
combined) bandwith limitation for incoming and (!)outgoing trafic.
+ ACL-driven (user/source/destination/protocol/weekday/daytime or
combined) traffic limitation per day, week or month for incoming and
(!) outgoing traffic
+ User authentication by DNS hostname
+ User authentication by username / password
+ Access control by username, source IP, destination IP, destination
port and destination action (POST, PUT, GET, etc), weekday and daytime.
+ Access control by username/password for SOCKSv5 and HTTP/HTTPS/FTP
+ Cleartext or encrypted (crypt/MD5 or NT) passwords.
+ Connection redirection
+ Access control by requested action (CONNECT/BIND,
HTTP GET/POST/PUT/HEAD/OTHER).
+ NTLM (v1 only) authentication for HTTP proxy access
+ All access control entries now support weekday and time limitations
+ Hostnames and * templates are supported instead of IP address
5. Extensions
+ Regular expression filtering (with PCRE) via PCREPlugin
currently HTTP traffic only for URLs, HTTP headers and HTTP data.
+ Authentication with Windows username/password (cleartext only!)
+ SSL/TLS decryptions with certificate spoofing
+ NAT support under Linux
6. Configuration
+ support for configuration files
+ support for includes in configuration files
+ interface binding
+ running as daemon process
+ utility for automated networks list building
+ configuration reload on any file change
Unix
+ support for chroot
+ support for setgid
+ support for setuid
+ support for signals
Windows
+ support --install as service
+ support --remove as service
+ support for service START, STOP, PAUSE and CONTINUE commands (on
PAUSE no new connection accepted, but active connections still in
progress, on CONTINUE configuration is reloaded)
Windows 95/98/ME
+ support --install as service
+ support --remove as service
6. Compilation
+ MSVC (static)
+ Intel Windows Compiler (msvcrt.dll)
+ Windows/gcc (msvcrt.dll)
+ Cygwin/gcc (cygwin.dll)
+ Unix/gcc
+ Unix/ccc
+ Solaris
+ Mac OS X, iPhone OS
+ Linux and derivered systems
+ Lite version for Windows 95/98/NT/2000/XP/2003
+ 32 bit and 64 bit versions for Windows Vista and above, Windows 2008 server and above

3proxy Combined proxy server may be used as
executable or service (supports installation and removal).
It uses config file to read it's configuration (see
3proxy.cfg.sample for details).
--install installs and starts proxy as Windows service
(config file should be located in the same directory)
--remove removes the service (should be stopped before via
'net stop 3proxy').
3proxy.exe is all-in-one, it doesn't require all others .exe
to work.
See 3proxy.cfg.sample for examples, see man 3proxy.cfg
proxy HTTP proxy server, binds to port 3128
ftppr FTP proxy server, binds to port 21
socks SOCKS 4/5 proxy server, binds to port 1080
ftppr FTP proxy server, please do not mess it with FTP over HTTP
proxy used in browsers
pop3p POP3 proxy server, binds to port 110. You must specify
POP3 username as username@target.host.ip[:port]
port is 110 by default.
Exmple: in Username configuration for you e-mail reader
set someuser@pop.somehost.ru, to obtains mail for someuser
from pop.somehost.ru via proxy.
smtpp SMTP proxy server, binds to port 25. You must specify
SMTP username as username@target.host.ip[:port]
port is 25 by default.
Exmple: in Username configuration for you e-mail reader
set someuser@mail.somehost.ru, to send mail as someuser
via mail.somehost.ru via proxy.
icqpr ICQ/AIM proxy. Maps some TCP port to TCP port of ICQ
server and performs packets translation. Example:
icqpr 5190 login.icq.com 5190
tcppm TCP port mapping. Maps some TCP port on local machine to
TCP port on remote host.
udppm UDP port mapping. Maps some UDP port on local machine to
UDP port on remote machine. Only one user simulationeously
can use UDP mapping, so it cann't be used for public service
in large networks. It's OK to use it to map to DNS server
in small network or to map Counter-Strike server for single
client (you can use few mappings on different ports for
different clients in last case).
mycrypt Program to obtain crypted password fro cleartext. Supports
both MD5/crypt and NT password.
mycrypt password
produces NT password
mycrypt salt password
produces MD5/crypt password with salt "salt".
dighosts Utility for building networks list from web page.


Run utility with --help option for command line reference.

Latest version is available from http://3proxy.ru/

Want to donate the project? http://3proxy.ru/donations/