Create service-account-credentials.yaml
parent
c8ca6db8f8
commit
ec42c573e7
|
@ -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
|
Loading…
Reference in New Issue