Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 378 Bytes

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:
[ProxyList]
socks5 ip port # change ip and port
docker build -t ${USERNAME}/proxychains4-cli . 

docker run --rm  ${USERNAME}/proxychains4-cli curl http://ip-api.com