nuclei-templates/misconfiguration/cloud-metadata.yaml

30 lines
588 B
YAML
Raw Normal View History

2022-09-16 10:45:48 +00:00
id: cloud-metadata
info:
name: GCP/AWS Metadata Disclosure
author: DhiyaneshDk
severity: low
reference: https://www.facebook.com/ExWareLabs/photos/pcb.5605494709514357/5605493856181109/
metadata:
verified: true
shodan-query: html:"instance_metadata"
tags: devops,cloud,aws,gcp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"instance_metadata":'
- '"cloud":'
condition: and
- type: status
status:
- 200