2023-05-18 20:23:21 +00:00
|
|
|
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:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-05-18 20:23:21 +00:00
|
|
|
tags: figma,exposure,token
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- (?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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502202d9250b941e86d4b7baa2ec96433c2547309c3c98adca5489b889b1610c5adbc022100a65bdf3e051511c70814ab46519158a7637bc573ef4a8b565326b23f016b3041:922c64590222798bb761d5b6d8e72950
|