Skip to content

Commit

Permalink
add ref for docker SSRF
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored Nov 3, 2019
1 parent 3585b1f commit 64f8f4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Server Side Request Forgery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64f8f4d

Please sign in to comment.