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

39 lines
748 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:
max-request: 1
verified: true
google-query: intitle:"index of" "docker-cloud.yml"
2022-10-13 10:12:07 +00:00
tags: exposure,cloud,devops,docker,files
2022-07-04 17:38:44 +00:00
http:
2022-07-04 17:38:44 +00:00
- 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