nuclei-templates/token-spray/google-fcm.yaml

23 lines
444 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-googlefcm
info:
name: Google FCM API Test
author: zzeitlin
severity: info
tags: token-spray,google,fcm,firebase,cloud,messaging
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
requests:
- method: POST
path:
- "https://fcm.googleapis.com/fcm/send"
body: "{'registration_ids':['ABC']}"
headers:
Authorization: key={{token}}
Content-Type: application/json
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 200