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

31 lines
628 B
YAML
Raw Normal View History

2022-07-04 17:06:36 +00:00
id: cloud-config
info:
name: Cloud Config Yaml - File Disclosure
2022-07-04 17:06:36 +00:00
author: DhiyaneshDK
severity: medium
2022-07-04 17:06:36 +00:00
reference: https://www.exploit-db.com/ghdb/7959
metadata:
2022-07-05 04:24:17 +00:00
verified: true
2022-07-04 17:06:36 +00:00
shodan-query: html:"cloud-config.yml"
tags: exposure,cloud,devops
2022-07-04 17:06:36 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/cloud-config.yml"
2022-07-04 17:06:36 +00:00
- "{{BaseURL}}/core-cloud-config.yml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'ssh_authorized_keys'
- '#cloud-config'
condition: and
2022-07-04 17:06:36 +00:00
- type: status
status:
- 200