mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-03-04 15:27:18 +00: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,6 +310,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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue