Create cloud-metadata.yaml
parent
e029635f69
commit
e8d9d4b12b
|
@ -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
|
Loading…
Reference in New Issue