39 lines
888 B
YAML
39 lines
888 B
YAML
id: gcloud-access-token
|
|
|
|
info:
|
|
name: Google Cloud Access Token
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: html:"access_tokens.db"
|
|
tags: google,cloud,devops,exposure,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/access_tokens.db"
|
|
- "{{BaseURL}}/.config/gcloud/access_tokens.db"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'SQLite'
|
|
- 'access_token'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/octet-stream'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022016b5ccc080d0d55f9478e33b8abc443192ba913b02698e6585546708520ed47702206c9c643402846f40329d5080978dde6c31f694a0d81a7cd12b92b84ead77ecc8:922c64590222798bb761d5b6d8e72950
|