nuclei-templates/files/docker-registry.yaml

23 lines
406 B
YAML

id: docker-registry
info:
name: Docker Registry Listing
author: puzzlepeaches
severity: medium
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