nuclei-templates/http/exposures/files/gcloud-credentials.yaml

36 lines
683 B
YAML
Raw Normal View History

2022-07-09 23:45:33 +00:00
id: gcloud-credentials
info:
name: Google Cloud Credentials
author: DhiyaneshDK
severity: medium
metadata:
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
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