nuclei-templates/exposures/files/gcloud-access-token.yaml

35 lines
673 B
YAML
Raw Normal View History

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
shodan-query: html:"access_tokens.db"
tags: google,cloud,devops,exposure
requests:
- 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'
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