From 18503b679f408c942f0e543978744027112d9cbc Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 6 Jul 2022 21:01:38 +0100 Subject: [PATCH] Create oauth-credentials-json.yaml --- exposures/files/oauth-credentials-json.yaml | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exposures/files/oauth-credentials-json.yaml diff --git a/exposures/files/oauth-credentials-json.yaml b/exposures/files/oauth-credentials-json.yaml new file mode 100644 index 0000000000..9232f86d18 --- /dev/null +++ b/exposures/files/oauth-credentials-json.yaml @@ -0,0 +1,27 @@ +id: oauth-credentials-json + +info: + name: Oauth Credentials Json + author: DhiyaneshDK + severity: low + metadata: + verified: true + google-query: intitle:"index of" "oauth-credentials.json" + tags: exposure + +requests: + - method: GET + path: + - "{{BaseURL}}/oauth-credentials.json" + + matchers-condition: and + matchers: + - type: word + words: + - 'client_id' + - 'client_secret' + condition: and + + - type: status + status: + - 200