Skip to content

Plurk User Name Information - Detect

ID: plurk

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,plurk

Plurk user name information check was conducted.

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

View on Github