#proxy #http-proxy #sock #http #command-line-tool #socks5-proxy

app proxychain

Proxychain is a command-line tool for converting proxy protocols and creating proxy chain

1 unstable release

0.0.0 Jul 11, 2021

#44 in #socks5-proxy

Apache-2.0

36KB
968 lines

proxychain

We don't recommend you to use this software until version 0.1.0 or higher.

Proxychain is a command-line tool for converting proxy protocols and creating proxy chain.

Example

Suppose you have a HTTP proxy listening on 8123 port of your local machine, you can use following command to convert it to a SOCKS5 proxy:

proxychain -i socks5://127.0.0.1:9000 -o http://127.0.0.1:8123

Protocol Support

  • HTTP Tunnel without authentication to SOCKS5

To-do

  • Support HTTP authentication
  • Support SOCKS5 to HTTP
  • Multi-thread
  • Proxy Chain

Dependencies

~13MB
~248K SLoC