Skip to content

Message me User Name Information - Detect

ID: message-me

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,message-me

Message me user name information check was conducted.

id: message-me
info:
name: Message me User Name Information - Detect
author: dwisiswant0
severity: info
description: Message me 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,message-me
self-contained: true
http:
- method: GET
path:
- "https://mssg.me/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "_id"
# digest: 490a00463044022019246c05a25e105f9283ff54a5a3c785b4a3a183cd288729873e48bf59b90d4c02204698ff76d659c53edc3dedb6fc42761702f7ef76616861a3c6640fa66b4b5a89: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/message-me.yaml"

View on Github