diff --git a/Methodology and Resources/Network Pivoting Techniques.md b/Methodology and Resources/Network Pivoting Techniques.md index 83c654a..eea9f00 100644 --- a/Methodology and Resources/Network Pivoting Techniques.md +++ b/Methodology and Resources/Network Pivoting Techniques.md @@ -337,7 +337,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 |