Tag: TCP tunnel

  • bore: modern, simple TCP tunnel in Rust

    bore: modern, simple TCP tunnel in Rust

    bore A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That’s all it does: no more and no less. # On your local machine bore local 8000 –to bore.pub This will expose your local port at localhost:8000 to the public internet at bore.pub:<PORT>, where the port…

  • chisel: A fast TCP tunnel over HTTP

    chisel: A fast TCP tunnel over HTTP

    chisel Chisel is a fast TCP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). It is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network. Chisel is very similar to crowbar though achieves much higher performance.   Features Easy…