Skip to content

Mixi User Name Information - Detect

ID: mixi

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,mixi

Mixi user name information check was conducted.

id: mixi
info:
name: Mixi User Name Information - Detect
author: dwisiswant0
severity: info
description: Mixi 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,mixi
self-contained: true
http:
- method: GET
path:
- "https://mixi.jp/view_community.pl?id={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "| mixiコミュニティ</title>"
# digest: 490a0046304402204a0bae0a85e76869221ab3f662f0a88295f2be7a6415656ddcf1c2001e7d56b702202e88b81413b5a6976d352b7b366a9322eebcff98c285760378aaa08fcf58d2bd: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/mixi.yaml"

View on Github