nuclei-templates/misconfiguration/docker-registry.yaml

29 lines
541 B
YAML
Raw Normal View History

id: docker-registry
info:
name: Docker Registry Listing
author: puzzlepeaches
severity: medium
2022-12-20 10:16:25 +00:00
reference:
- https://notsosecure.com/anatomy-of-a-hack-docker-registry
2022-12-20 14:09:04 +00:00
tags: misconfig,docker,devops
requests:
- method: GET
path:
- "{{BaseURL}}/v2/_catalog"
2022-12-20 14:09:04 +00:00
host-redirects: true
2020-05-25 08:02:27 +00:00
max-redirects: 1
matchers-condition: and
matchers:
- type: word
2022-12-20 14:09:04 +00:00
part: body
words:
- '"repositories":'
2022-12-20 14:09:04 +00:00
- type: word
2022-12-20 14:09:04 +00:00
part: header
words:
- "application/json"