https://github.com/vit0r/proxychain4-cli
this CLI run command with proxychains4
https://github.com/vit0r/proxychain4-cli
command-line-tool docker proxychains
Last synced: 6 months ago
JSON representation
this CLI run command with proxychains4
- Host: GitHub
- URL: https://github.com/vit0r/proxychain4-cli
- Owner: vit0r
- License: mit
- Created: 2021-10-03T05:20:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T18:58:28.000Z (over 2 years ago)
- Last Synced: 2025-07-09T12:11:27.990Z (8 months ago)
- Topics: command-line-tool, docker, proxychains
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxychains4-cli
this CLI run commands [python,wget,telnet,curl] with proxychains4
1. Rename proxychains-sample.conf to proxychains.conf
2. Add proxys addresses in [ProxyList] like:
```bash
[ProxyList]
socks5 ip port # change ip and port
```
```bash
docker build -t ${USERNAME}/proxychains4-cli .
docker run --rm ${USERNAME}/proxychains4-cli curl http://ip-api.com
```