Create docker-cloud.yaml

patch-1
Dhiyaneshwaran 2022-07-04 18:38:44 +01:00 committed by GitHub
parent a711b1c701
commit 40ab21c292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: docker-cloud
info:
name: Docker Cloud Yaml File Disclosure
author: DhiyaneshDK
severity: Medium
reference: https://www.exploit-db.com/ghdb/7959
metadata:
google-dork: intitle:"index of" "docker-cloud.yml"
tags: misconfig,cloud,devops,docker
requests:
- method: GET
path:
- "{{BaseURL}}/docker-cloud.yml"
matchers-condition: and
matchers:
- type: word
words:
- 'image:'
- 'ports:'
- type: status
status:
- 200