36 lines
906 B
YAML
36 lines
906 B
YAML
id: google-services-json
|
|
|
|
info:
|
|
name: Google Service Json
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
reference: https://www.exploit-db.com/ghdb/6886
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
google-query: intitle:"index of" "google-services.json"
|
|
tags: google,cloud,exposure,files
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402207b79a0549e0ac774c46fd4ca9d18ba7a8c64378d4c9bc6aa663fb93913fbee7702204f4ca0287a80ad217cdfe2caf313e55c6a8a27cff6ded89f468e7e91ef10d872:922c64590222798bb761d5b6d8e72950
|