Skip to content

Firebase Cloud Messaging Token

ID: fcm-api-key

Severity: medium

Author: Devang-Solanki

Tags: file,keys,token,fcm,firebase,google

id: fcm-api-key
info:
name: Firebase Cloud Messaging Token
author: Devang-Solanki
severity: medium
tags: file,keys,token,fcm,firebase,google
file:
- extensions:
- all
extractors:
- type: regex
regex:
- '[A-Za-z0-9-_]+:APA91b[A-Za-z0-9-_#]+'
# digest: 4b0a004830460221008836d92c97a4e9f34e3b16e134026fa3a7ff597e74f9e3148f4a4db53f1ff746022100f72542dd51916482513f1011dae6cde2de9f148570fb4ff2aac0d39ba2a286fc:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/keys/fcm-api-key.yaml"

View on Github