From d623fc14fa0114428378eea62b49467d8984a9d2 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 3 Feb 2021 23:37:02 +0530 Subject: [PATCH] Delete misconfigured-docker.yaml --- misconfiguration/misconfigured-docker.yaml | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 misconfiguration/misconfigured-docker.yaml diff --git a/misconfiguration/misconfigured-docker.yaml b/misconfiguration/misconfigured-docker.yaml deleted file mode 100644 index 4f966fb613..0000000000 --- a/misconfiguration/misconfigured-docker.yaml +++ /dev/null @@ -1,25 +0,0 @@ -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" - - "{{BaseURL}}:2375/images/json" - - "{{BaseURL}}:2376/images/json" - - matchers-condition: and - matchers: - - type: word - words: - - 'Containers' - - - type: status - status: - - 200