Skip to content

Pinterest User Name Information - Detect

ID: pinterest

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,pinterest

Pinterest user name information check was conducted.

id: pinterest
info:
name: Pinterest User Name Information - Detect
author: dwisiswant0
severity: info
description: Pinterest 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-social,pinterest
self-contained: true
http:
- method: GET
path:
- "https://www.pinterest.com/{{user}}/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- " - Profile | Pinterest"
# digest: 4b0a00483046022100de8f44f59dcc44cdd68cd01f255bb0e9bc1ac7b882645c1481bb0bd8b8c3b873022100b291d912af1a09735f2bb0299512b76c52955e1ea07bc5be1aad247fc5464e40: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/pinterest.yaml"

View on Github