Skip to content

Meet me User Name Information - Detect

ID: meet-me

Severity: info

Author: dwisiswant0

Tags: osint,osint-dating,meet-me

Meet me user name information check was conducted.

id: meet-me
info:
name: Meet me User Name Information - Detect
author: dwisiswant0
severity: info
description: Meet 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-dating,meet-me
self-contained: true
http:
- method: GET
path:
- "https://www.meetme.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Meet people like "
# digest: 4a0a004730450221008d3d449986c0051b2df43e9f8d359b1b9f64afb588853b8a877af1351d72e53902203a83cfa7c4a0c68c53979619a6264d65d5b74274094719797ccc88d96327af84: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/meet-me.yaml"

View on Github