nuclei-templates/misconfiguration/docker-registry.yaml

29 lines
541 B
YAML

id: docker-registry
info:
name: Docker Registry Listing
author: puzzlepeaches
severity: medium
reference:
- https://notsosecure.com/anatomy-of-a-hack-docker-registry
tags: misconfig,docker,devops
requests:
- method: GET
path:
- "{{BaseURL}}/v2/_catalog"
host-redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"repositories":'
- type: word
part: header
words:
- "application/json"