nuclei-templates/misconfiguration/docker-registry.yaml

24 lines
428 B
YAML
Raw Normal View History

id: docker-registry
info:
name: Docker Registry Listing
author: puzzlepeaches
severity: medium
2021-05-26 21:14:33 +00:00
tags: docker,devops
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