2020-04-06 20:56:16 +00:00
|
|
|
id: docker-registry
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Docker Registry Listing
|
|
|
|
author: puzzlepeaches
|
|
|
|
severity: medium
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Docker Registry Listing enabled.
|
2022-12-20 10:16:25 +00:00
|
|
|
reference:
|
|
|
|
- https://notsosecure.com/anatomy-of-a-hack-docker-registry
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: misconfig,docker,devops
|
2020-04-06 20:56:16 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-04-06 20:56:16 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/v2/_catalog"
|
2022-12-20 14:09:04 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2020-05-25 08:02:27 +00:00
|
|
|
max-redirects: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2020-05-24 03:18:40 +00:00
|
|
|
matchers-condition: and
|
2020-04-06 20:56:16 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-12-20 14:09:04 +00:00
|
|
|
part: body
|
2020-04-06 20:56:16 +00:00
|
|
|
words:
|
2020-05-24 03:18:40 +00:00
|
|
|
- '"repositories":'
|
2022-12-20 14:09:04 +00:00
|
|
|
|
2020-05-24 03:18:40 +00:00
|
|
|
- type: word
|
2022-12-20 14:09:04 +00:00
|
|
|
part: header
|
2020-05-24 03:18:40 +00:00
|
|
|
words:
|
|
|
|
- "application/json"
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502210082461949700d11e4c9606cbf13f9bd77601bc198a99b8fdeec2e6c0c1fc3e09f022036a83afc2ec4f36dfae61150086de7320793ede2f8f7ec9e4b940eb34551d8a4:922c64590222798bb761d5b6d8e72950
|