37 lines
711 B
YAML
37 lines
711 B
YAML
id: docker-cloud
|
|
|
|
info:
|
|
name: Docker Cloud Yaml - File Disclosure
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
reference: https://www.exploit-db.com/ghdb/7959
|
|
metadata:
|
|
verified: true
|
|
google-dork: intitle:"index of" "docker-cloud.yml"
|
|
tags: exposure,cloud,devops,docker
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/docker-cloud.yml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'image:'
|
|
- 'ports:'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
- "text/html"
|
|
negative: true
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|