nuclei-templates/exposures/files/docker-cloud.yaml

38 lines
727 B
YAML
Raw Normal View History

2022-07-04 17:38:44 +00:00
id: docker-cloud
info:
name: Docker Cloud Yaml - File Disclosure
2022-07-04 17:38:44 +00:00
author: DhiyaneshDK
severity: medium
2022-07-04 17:38:44 +00:00
reference: https://www.exploit-db.com/ghdb/7959
metadata:
verified: true
google-query: intitle:"index of" "docker-cloud.yml"
tags: exposure,cloud,devops,docker
2022-07-04 17:38:44 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/docker-cloud.yml"
matchers-condition: and
matchers:
2022-07-14 11:04:49 +00:00
- type: regex
regex:
- '(?m)^ image:'
- '(?m)^ ports:'
condition: and
- type: word
part: header
words:
- "application/json"
- "text/html"
negative: true
2022-07-14 11:04:49 +00:00
condition: or
2022-07-04 17:38:44 +00:00
- type: status
status:
- 200