Create service-account-credentials.yaml

patch-1
Ritik Chaddha 2022-07-13 16:01:51 +05:30 committed by GitHub
parent c8ca6db8f8
commit ec42c573e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: service-account-credentials
info:
name: Service Account Credentials File Disclosure
author: ritikchaddha
severity: medium
metadata:
verified: true
google-query: intitle:"index of" "service-Account-Credentials.json"
tags: privatekey,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/assets/other/service-account-credentials.json"
- "{{BaseURL}}/service-account-credentials.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "private_key"
- "private_key_id"
condition: and
- type: status
status:
- 200