mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
add ref for docker SSRF
This commit is contained in:
parent
3585b1f00f
commit
64f8f4d869
1 changed files with 5 additions and 0 deletions
|
@ -628,6 +628,11 @@ 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
|
||||
```
|
||||
|
||||
More info:
|
||||
|
||||
- Daemon socket option: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option
|
||||
- Docker Engine API: https://docs.docker.com/engine/api/latest/
|
||||
|
||||
### SSRF URL for Rancher
|
||||
|
||||
```powershell
|
||||
|
|
Loading…
Reference in a new issue