Merge pull request #253 from yoavbls/add-cloudflared

Use cloudflared to expose internal services
This commit is contained in:
Swissky 2020-10-09 10:34:26 +02:00 committed by GitHub
commit 913f2d2381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,6 +337,16 @@ unzip ngrok-stable-linux-amd64.zip
./ngrok tcp 4433
```
## cloudflared
```bash
# Get the binary
wget https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz
tar xvzf cloudflared-stable-linux-amd64.tgz
# Expose accessible internal service to the internet
./cloudflared tunnel --url <protocol>://<host>:<port>
```
## Basic Pivoting Types