nuclei-templates/http/exposures/tokens/google/fcm-server-key.yaml

23 lines
379 B
YAML

id: fcm-server-key
info:
name: FCM Server Key
author: absshax
severity: high
reference:
- https://abss.me/posts/fcm-takeover
metadata:
max-request: 1
tags: exposure,token,google
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "AAAA[a-zA-Z0-9_-]{7}:[a-zA-Z0-9_-]{140}"