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