36 lines
890 B
YAML
36 lines
890 B
YAML
id: cloud-config
|
|
|
|
info:
|
|
name: Cloud Config File Exposure
|
|
author: DhiyaneshDK,Hardik-Solanki
|
|
severity: medium
|
|
reference: https://www.exploit-db.com/ghdb/7959
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: html:"cloud-config.yml"
|
|
tags: exposure,cloud,devops,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cloud-config.yml"
|
|
- "{{BaseURL}}/core-cloud-config.yml"
|
|
- '{{BaseURL}}/cloud-config.txt'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'ssh_authorized_keys'
|
|
- '#cloud-config'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100970486dc36dabda0cb72ebcd42a3ad2c9d85b5ac543b34a5076e8ac6d22fd56f022027efb3393ed9d640b8980d808e86bafdb57b193d68947020e408fdfc18a4baf5:922c64590222798bb761d5b6d8e72950
|