From dbddc717afbf537e786018b2a3ee0bdad53f35ce Mon Sep 17 00:00:00 2001 From: YoavB Date: Sat, 3 Oct 2020 22:34:28 +0300 Subject: [PATCH] Use cloudflared to expose internal service --- .../Network Pivoting Techniques.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Methodology and Resources/Network Pivoting Techniques.md b/Methodology and Resources/Network Pivoting Techniques.md index cf82ea9..06f1ca7 100644 --- a/Methodology and Resources/Network Pivoting Techniques.md +++ b/Methodology and Resources/Network Pivoting Techniques.md @@ -310,7 +310,17 @@ 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 ://: +``` + + ## Basic Pivoting Types | Type | Use Case |