garywzh / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.

Home Page:http://sourceforge.net/projects/proxychains-ng/files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*** Installation ***

  ./configure --prefix=/usr --sysconfdir=/etc
  make
  sudo make install
  sudo make install-config (installs proxychains.conf)

About

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.

http://sourceforge.net/projects/proxychains-ng/files

License:GNU General Public License v2.0


Languages

Language:C 96.1%Language:Makefile 2.1%Language:Shell 1.5%Language:C++ 0.2%