Skip to content

Weibo User Name Information - Detect

ID: weibo

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,weibo

Weibo user name information check was conducted.

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

View on Github