Skip to content

Figma Personal Access Token

ID: figma-personal-token

Severity: info

Author: DhiyaneshDK

Tags: figma,exposure,token

id: figma-personal-token
info:
name: Figma Personal Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/rules/figma.yml
- https://www.figma.com/developers/api
metadata:
verified: true
max-request: 1
tags: figma,exposure,token
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- (?i)figma.{0,20}\b([0-9a-f]{4}-[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\b
# digest: 4a0a0047304502207185a1746611e7346dd1256ace9f58b6f3f13edabe7b5b7fc8e2916e9b5d32b10221008c69643da77fbe33b8315546398e95e39eee50f176f552108df8ab471fe37403: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 "http/exposures/tokens/figma/figma-personal-token.yaml"

View on Github