From 4b4966ed2094a0d281cd8facd16fec6eba1f9b9e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 24 Oct 2022 00:26:45 +0530 Subject: [PATCH] Create cadvisor-exposure.yaml --- misconfiguration/cadvisor-exposure.yaml | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 misconfiguration/cadvisor-exposure.yaml diff --git a/misconfiguration/cadvisor-exposure.yaml b/misconfiguration/cadvisor-exposure.yaml new file mode 100644 index 0000000000..3192e57d88 --- /dev/null +++ b/misconfiguration/cadvisor-exposure.yaml @@ -0,0 +1,31 @@ +id: cadvisor-exposure + +info: + name: cAdvisor Exposure + author: DhiyaneshDk + severity: medium + metadata: + verified: true + shodan-query: title:"cAdvisor" + tags: exposure,misconfig,dashboard + +requests: + - method: GET + path: + - '{{BaseURL}}/containers/' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "cAdvisor - /" + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200