commit
7fbb859bdc
|
@ -4,20 +4,25 @@ info:
|
||||||
name: Docker Registry Listing
|
name: Docker Registry Listing
|
||||||
author: puzzlepeaches
|
author: puzzlepeaches
|
||||||
severity: medium
|
severity: medium
|
||||||
tags: docker,devops
|
reference:
|
||||||
|
- https://notsosecure.com/anatomy-of-a-hack-docker-registry
|
||||||
|
tags: misconfig,docker,devops
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/v2/_catalog"
|
- "{{BaseURL}}/v2/_catalog"
|
||||||
|
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
max-redirects: 1
|
max-redirects: 1
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- '"repositories":'
|
- '"repositories":'
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: header
|
||||||
words:
|
words:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
part: header
|
|
||||||
|
|
Loading…
Reference in New Issue