NDS Labs Chisel server

August 12, 2016 ยท View on GitHub

This builds a custom Docker image based on the official Chisel server image. Chisel enables TCP tunneling over HTTP. This is a utility offered in NDS Labs to enable secure remote access to non-HTTP services.

To use the Chisel server:

chisel client --auth user:password https://<chisel-server>/ localhost:<local port>:<remote IP>:<remote port>

After this, you can access the remote service via localhost: until the tunnel is terminated.