What it does
SecreTunnel lets you expose a local web server to the internet instantly through a Tor onion address — using nothing but your existing SSH client. No downloads, no config files, no port forwarding on your router.
$ ssh -R 80:localhost:8080 you@secretunnel.com
That's it. Your localhost:8080 is now reachable at http://a1b2c3....onion. Anyone with Tor Browser can visit it.
Who it's for
- Developers sharing a local build with a remote client
- Penetration testers needing a quick throwaway listener behind Tor
- Anyone who wants to expose a service without configuring firewalls, DNS, or cloud infrastructure
How it works
- You connect via standard SSH reverse port forwarding (ssh -R)
- The tunnel server creates a Tor v3 onion service keyed to your SSH identity
- The onion address appears in your terminal — share it, done