Delete misconfigured-docker.yaml
parent
bcc5444665
commit
d623fc14fa
|
@ -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
|
Loading…
Reference in New Issue