39 lines
979 B
YAML
39 lines
979 B
YAML
id: cloud-metadata
|
|
|
|
info:
|
|
name: GCP/AWS Metadata Disclosure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: GCP/AWS Metadata is exposed.
|
|
reference: https://www.facebook.com/ExWareLabs/photos/pcb.5605494709514357/5605493856181109/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"instance_metadata"
|
|
tags: misconfig,exposure,devops,cloud,aws,gcp
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"instance_metadata":'
|
|
- '"cloud":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"cloud":"([A-Z]+)",'
|
|
# digest: 490a00463044022008c27ecc0258769889e789e0e8b6f0cb2cdc9ff10e867fe3c65e4c784976672b02206bf90dfbfdf73c0f31a9b70fe2acdf0742c554592f9a4ca9802f86b2b366101e:922c64590222798bb761d5b6d8e72950 |