Create gcloud-access-token.yaml

patch-1
Dhiyaneshwaran 2022-07-10 00:31:09 +01:00 committed by GitHub
parent 42f58ef7c8
commit bfc4b65793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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'
- type: word
part: header
words:
- 'application/octet-stream'
- type: status
status:
- 200