Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
Configuration
SOCKS5 (Most Common)
SOCKS4
HTTP Proxy
Chain Types
strict_chain
All proxies used in order. Fails if any proxy is down.dynamic_chain
Skips dead proxies, uses the rest in order.random_chain
Random proxy order each connection.Double Pivot Chain
dynamic_chain to handle if one goes down.
Usage with Tools
Nmap
CrackMapExec
Evil-WinRM
curl
SSH
Impacket
Firefox
Quiet Mode
Suppress ProxyChains output:Common Setup Patterns
With Chisel
With SSH
With Ligolo
Troubleshooting
| Issue | Fix |
|---|---|
| Timeout | Increase tcp_connect_time_out in config |
| DNS leak | Enable proxy_dns in config |
| Tool hangs | Ensure tool uses TCP, not raw sockets |
| No output | Check proxy is actually running |
Quick Reference
| Task | Command |
|---|---|
| Basic use | proxychains COMMAND |
| Quiet | proxychains -q COMMAND |
| Config | /etc/proxychains4.conf |
| Nmap | proxychains nmap -sT -Pn TARGET |
| Double pivot | Chain two SOCKS entries in config |