mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-29 14:45:04 +00:00
Merge pull request #253 from yoavbls/add-cloudflared
Use cloudflared to expose internal services
This commit is contained in:
commit
913f2d2381
@ -337,7 +337,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 New Issue
Block a user