Create google-services-json.yaml

patch-1
Dhiyaneshwaran 2022-07-06 15:45:42 +01:00 committed by GitHub
parent 70093399a9
commit 6d4bc35790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: google-services-json
info:
name: Google Service Json
author: DhiyaneshDK
severity: low
reference: https://www.exploit-db.com/ghdb/6886
metadata:
verified: true
shodan-query: intitle:"index of" "google-services.json"
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