Create google-services-json.yaml
parent
70093399a9
commit
6d4bc35790
|
@ -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
|
Loading…
Reference in New Issue