mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-05-08 12:43:34 +02:00
Use cloudflared to expose internal service
This commit is contained in:
parent
b0a9d49aea
commit
dbddc717af
1 changed files with 10 additions and 0 deletions
|
|
@ -310,7 +310,17 @@ unzip ngrok-stable-linux-amd64.zip
|
||||||
./ngrok tcp 4433
|
./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
|
## Basic Pivoting Types
|
||||||
|
|
||||||
| Type | Use Case |
|
| Type | Use Case |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue