2022-07-09 23:45:33 +00:00
|
|
|
id: gcloud-credentials
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Google Cloud Credentials
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: medium
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-07-09 23:45:33 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: html:"credentials.db"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: google,cloud,devops,exposure,files
|
2022-07-09 23:45:33 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-09 23:45:33 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/credentials.db"
|
|
|
|
- "{{BaseURL}}/.config/gcloud/credentials.db"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'SQLite'
|
|
|
|
- 'client_id'
|
2022-07-12 13:59:32 +00:00
|
|
|
condition: and
|
2022-07-09 23:45:33 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'application/octet-stream'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|