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
|
2020-07-10 19:59:05 +00:00
|
|
|
author: furkansenan & dwisiswant0
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2021-03-12 08:57:14 +00:00
|
|
|
tags: docker,unauth
|
2020-06-17 15:28:37 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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:
|
|
|
|
- 200
|