Skip to main content
TCP/UDP tunnel over HTTP: useful when only port 80/443 is allowed outbound, or when you need a quick SOCKS proxy through a compromised host.

Reverse SOCKS Tunnel

Run the server on your attack box with --reverse, then have the target connect out. The SOCKS proxy binds on your side at port 1080.
chisel server -p 8000 --reverse

Forward Tunnel

Forward a specific remote port to your local machine: useful for reaching a service on an internal host through the pivot.
chisel server -p 8000