nuclei-templates/misconfiguration/docker-registry.yaml

24 lines
428 B
YAML

id: docker-registry
info:
name: Docker Registry Listing
author: puzzlepeaches
severity: medium
tags: docker,devops
requests:
- method: GET
path:
- "{{BaseURL}}/v2/_catalog"
redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
words:
- '"repositories":'
- type: word
words:
- "application/json"
part: header