Skip to content

Pikabu User Name Information - Detect

ID: pikabu

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,pikabu

Pikabu user name information check was conducted.

id: pikabu
info:
name: Pikabu User Name Information - Detect
author: dwisiswant0
severity: info
description: Pikabu 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,pikabu
self-contained: true
http:
- method: GET
path:
- "https://pikabu.ru/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "— все посты пользователя"
# digest: 4a0a004730450220013285d4e31414de54223802e7aea305b29f169f73f6df0c6a34c3d44a105e29022100b6a0d1d6829c143a3b2f6644d2338f1bc3d9cfa6d70c089b1ab373b00cb195d1: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/pikabu.yaml"

View on Github