nuclei-templates/exposures/files/google-services-json.yaml

32 lines
691 B
YAML
Raw Normal View History

2022-07-06 14:45:42 +00:00
id: google-services-json
info:
name: Google Service Json
author: DhiyaneshDK
severity: low
reference: https://www.exploit-db.com/ghdb/6886
metadata:
verified: true
2022-07-07 21:27:22 +00:00
google-query: intitle:"index of" "google-services.json"
2022-07-06 14:45:42 +00:00
tags: google,cloud,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/google-services.json"
- "{{BaseURL}}/app/google-services.json"
- "{{BaseURL}}/android/app/google-services.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'storage_bucket'
- 'oauth_client'
condition: and
- type: status
status:
- 200