Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernelerr/proxychain-rs
Proxychain is a command-line tool for converting proxy protocols and creating proxy chain.
https://github.com/kernelerr/proxychain-rs
Last synced: 25 days ago
JSON representation
Proxychain is a command-line tool for converting proxy protocols and creating proxy chain.
- Host: GitHub
- URL: https://github.com/kernelerr/proxychain-rs
- Owner: KernelErr
- License: apache-2.0
- Created: 2021-07-11T05:43:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T06:03:47.000Z (over 3 years ago)
- Last Synced: 2024-10-11T16:49:45.685Z (26 days ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [x] HTTP Tunnel without authentication to SOCKS5
## To-do
- [ ] Support HTTP authentication
- [ ] Support SOCKS5 to HTTP
- [ ] Multi-thread
- [ ] Proxy Chain