mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Use cloudflared to expose internal service
This commit is contained in:
parent
b0a9d49aea
commit
dbddc717af
@ -310,6 +310,16 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user