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

27 lines
473 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
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
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
2023-10-14 11:27:55 +00:00
http:
2021-10-01 14:33:51 +00:00
- method: POST
path:
- "https://fcm.googleapis.com/fcm/send"
2023-10-14 11:27:55 +00:00
2021-10-01 14:33:51 +00:00
body: "{'registration_ids':['ABC']}"
2023-10-14 11:27:55 +00:00
2021-10-01 14:33:51 +00:00
headers:
Authorization: key={{token}}
Content-Type: application/json
matchers:
- type: status
status:
- 200