Delete misconfigured-docker.yaml

patch-1
Dhiyaneshwaran 2021-02-03 23:37:02 +05:30 committed by GitHub
parent bcc5444665
commit d623fc14fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -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