Home

Awesome

NDS Labs Chisel server

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:<local port> until the tunnel is terminated.