Skip to content

Figma User Name Information - Detect

ID: figma

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,figma

Figma user name information check was conducted.

id: figma
info:
name: Figma User Name Information - Detect
author: dwisiswant0
severity: info
description: Figma user name information check was conducted.
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
metadata:
max-request: 1
tags: osint,osint-tech,figma
self-contained: true
http:
- method: GET
path:
- "https://www.figma.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- ") on Figma Community"
# digest: 490a0046304402205368a89bf17257310b4ec5c64c695d1eb0b5de980a5d15139e59710cfb586f330220685922f5c879dce21dc5801928710b56da5cf512b5dbae0becd103ba9e2ab8c9: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/osint/user-enumeration/figma.yaml"

View on Github