23 lines
499 B
YAML
23 lines
499 B
YAML
id: misconfigured-docker
|
|
|
|
info:
|
|
name: Misconfigured Docker on Default Port
|
|
author: dhiyaneshDK
|
|
severity: critical
|
|
reference: https://madhuakula.com/content/attacking-and-auditing-docker-containers-using-opensource/attacking-docker-containers/misconfiguration.html
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/images/json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Containers'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|