28 lines
538 B
YAML
28 lines
538 B
YAML
id: exposed-docker-api
|
|
|
|
info:
|
|
name: Exposed Docker API
|
|
author: furkansenan & dwisiswant0
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "http://{{Hostname}}/version"
|
|
- "http://{{Hostname}}/v1.24/version"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
- type: word
|
|
words:
|
|
- "KernelVersion"
|
|
- "BuildTime"
|
|
condition: and
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200 |