2020-06-17 17:13:31 +00:00
|
|
|
id: exposed-docker-api
|
2020-06-17 15:28:37 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Exposed Docker API
|
2021-06-09 12:20:56 +00:00
|
|
|
author: furkansenan,dwisiswant0
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2021-05-26 21:14:54 +00:00
|
|
|
tags: docker,unauth,devops
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2020-06-17 15:28:37 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-06-17 15:28:37 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2020-07-10 19:59:05 +00:00
|
|
|
- "http://{{Hostname}}/version"
|
|
|
|
- "http://{{Hostname}}/v1.24/version"
|
2020-09-20 12:57:43 +00:00
|
|
|
|
2020-07-10 19:59:05 +00:00
|
|
|
matchers-condition: and
|
2020-06-17 15:28:37 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-07-10 19:59:05 +00:00
|
|
|
- "application/json"
|
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "KernelVersion"
|
|
|
|
- "BuildTime"
|
|
|
|
condition: and
|
2020-06-17 15:28:37 +00:00
|
|
|
part: body
|
2020-07-10 19:59:05 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-05-26 21:14:54 +00:00
|
|
|
- 200
|