Readme 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*
  2. 3APA3A 3proxy tiny proxy server
  3. (c) 2002-2009 by ZARAZA <3APA3A@security.nnov.ru>,
  4. Vladimir Dubrovin <vlad@sandy.ru>
  5. please read License Agreement
  6. $Id: Readme,v 1.8 2009/03/18 17:46:22 vlad Exp $
  7. */
  8. Please read doc/html/index.html and man pages.
  9. 3proxy Combined proxy server may be used as
  10. Windows 95/98/NT/2000/XP/2003/Vista
  11. executable or service (supports installation and removal).
  12. It uses config file to read it's configuration (see
  13. 3proxy.cfg.sample for details).
  14. --install installs and starts proxy as NT/2000/XP service
  15. (config file should be located in the same directory)
  16. --remove removes the service (should be stopped before via
  17. net stop 3proxy).
  18. 3proxy.exe is all-in-one, it doesn't require all others .exe
  19. to work.
  20. See 3proxy.cfg.sample for examples, see man 3proxy.cfg
  21. proxy HTTP proxy server, binds to port 3128
  22. ftppr FTP proxy server, binds to port 21
  23. socks SOCKS 4/5 proxy server, binds to port 1080
  24. ftppr FTP proxy server, please do not mess it with FTP over HTTP
  25. proxy used in browsers
  26. pop3p POP3 proxy server, binds to port 110. You must specify
  27. POP3 username as username@target.host.ip[:port]
  28. port is 110 by default.
  29. Exmple: in Username configuration for you e-mail reader
  30. set someuser@pop.somehost.ru, to obtains mail for someuser
  31. from pop.somehost.ru via proxy.
  32. smtpp SMTP proxy server, binds to port 25. You must specify
  33. SMTP username as username@target.host.ip[:port]
  34. port is 25 by default.
  35. Exmple: in Username configuration for you e-mail reader
  36. set someuser@mail.somehost.ru, to send mail as someuser
  37. via mail.somehost.ru via proxy.
  38. icqpr ICQ/AIM proxy. Maps some TCP port to TCP port of ICQ
  39. server and performs packets translation. Example:
  40. icqpr 5190 login.icq.com 5190
  41. msnpr MSN proxy (beta)
  42. tcppm TCP port mapping. Maps some TCP port on local machine to
  43. TCP port on remote host.
  44. udppm UDP port mapping. Maps some UDP port on local machine to
  45. UDP port on remote machine. Only one user simulationeously
  46. can use UDP mapping, so it cann't be used for public service
  47. in large networks. It's OK to use it to map to DNS server
  48. in small network or to map Counter-Strike server for single
  49. client (you can use few mappings on different ports for
  50. different clients in last case).
  51. mycrypt Program to obtain crypted password fro cleartext. Supports
  52. both MD5/crypt and NT password.
  53. mycrypt password
  54. produces NT password
  55. mycrypt salt password
  56. produces MD5/crypt password with salt "salt".
  57. dighosts Utility for building networks list from web page.
  58. countersutil Utility to manage counters file
  59. Run utility with --help option for command line reference.
  60. Latest version is available from http://3proxy.ru/