2022-07-09 23:31:09 +00:00
|
|
|
id: gcloud-access-token
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Google Cloud Access Token
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: medium
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-07-09 23:31:09 +00:00
|
|
|
shodan-query: html:"access_tokens.db"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: google,cloud,devops,exposure,files
|
2022-07-09 23:31:09 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-09 23:31:09 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/access_tokens.db"
|
|
|
|
- "{{BaseURL}}/.config/gcloud/access_tokens.db"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-07-09 23:31:09 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'SQLite'
|
|
|
|
- 'access_token'
|
2022-07-12 13:52:09 +00:00
|
|
|
condition: and
|
2022-07-13 07:33:33 +00:00
|
|
|
|
2022-07-09 23:31:09 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'application/octet-stream'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022016b5ccc080d0d55f9478e33b8abc443192ba913b02698e6585546708520ed47702206c9c643402846f40329d5080978dde6c31f694a0d81a7cd12b92b84ead77ecc8:922c64590222798bb761d5b6d8e72950
|