From 6d4bc35790adc18e95ba83d8eeee8c49b8ea828c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 6 Jul 2022 15:45:42 +0100 Subject: [PATCH] Create google-services-json.yaml --- exposures/files/google-services-json.yaml | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 exposures/files/google-services-json.yaml diff --git a/exposures/files/google-services-json.yaml b/exposures/files/google-services-json.yaml new file mode 100644 index 0000000000..16ce112422 --- /dev/null +++ b/exposures/files/google-services-json.yaml @@ -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