Skip to content

Facebook Client ID - Detect

ID: facebook-client-id

Severity: info

Author: gaurang

Tags: keys,file,token,facebook

Facebook client ID token was detected.

id: facebook-client-id
info:
name: Facebook Client ID - Detect
author: gaurang
severity: info
description: Facebook client ID token was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
tags: keys,file,token,facebook
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "(?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}['\"]"
# Enhanced by md on 2023/05/04
# digest: 4b0a00483046022100e2ea76db015399f8b18336c929a1d972ca662075fef012b63b6b46eb339e3817022100d4d43039af9b06724f41ccff080b98b9bafcff4816937d89c3871c5eecfc9151: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/facebook/facebook-client-id.yaml"

View on Github