Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 704 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 704 Bytes

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