2021-02-03 18:18:23 +00:00
|
|
|
id: misconfigured-docker
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Misconfigured Docker on Default Port
|
|
|
|
author: dhiyaneshDK
|
2021-02-10 11:17:48 +00:00
|
|
|
severity: critical
|
|
|
|
reference: https://madhuakula.com/content/attacking-and-auditing-docker-containers-using-opensource/attacking-docker-containers/misconfiguration.html
|
2021-05-26 21:12:11 +00:00
|
|
|
tags: docker,unauth,devops
|
2021-02-03 18:18:23 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/images/json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-02-14 17:51:42 +00:00
|
|
|
- '"ParentId":'
|
|
|
|
- '"Container":'
|
|
|
|
- '"Labels":'
|
|
|
|
condition: and
|
2021-02-03 18:18:23 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|