Crates.io | proxychain |
lib.rs | proxychain |
version | 0.0.0 |
source | src |
created_at | 2021-07-11 06:07:53.76264 |
updated_at | 2021-07-11 06:07:53.76264 |
description | Proxychain is a command-line tool for converting proxy protocols and creating proxy chain. |
homepage | |
repository | https://github.com/KernelErr/proxychain-rs |
max_upload_size | |
id | 421306 |
size | 68,215 |
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.
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