nuclei-templates/misconfiguration/docker-registry.yaml

24 lines
421 B
YAML
Raw Normal View History

id: docker-registry
info:
name: Docker Registry Listing
author: puzzlepeaches
severity: medium
2021-03-12 08:57:14 +00:00
tags: docker
requests:
- method: GET
path:
- "{{BaseURL}}/v2/_catalog"
redirects: true
2020-05-25 08:02:27 +00:00
max-redirects: 1
matchers-condition: and
matchers:
- type: word
words:
- '"repositories":'
- type: word
words:
- "application/json"
part: header