Create cloud-metadata.yaml

patch-1
Dhiyaneshwaran 2022-09-16 16:15:48 +05:30 committed by GitHub
parent e029635f69
commit e8d9d4b12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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