Skip to content

Parler User Name Information - Detect

ID: parler

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,parler

Parler user name information check was conducted.

id: parler
info:
name: Parler User Name Information - Detect
author: dwisiswant0
severity: info
description: Parler 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,parler
self-contained: true
http:
- method: GET
path:
- "https://parler.com/user/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "People to Follow"
# digest: 490a0046304402205f892322b3493ff917c87b7dad08233bfd961ffc975d68c0de817d28601c0d90022073757504f00105138ef24495426054b48322473fd09878caa95137739f703ecc: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/parler.yaml"

View on Github