Skip to content

Tinder User Name Information - Detect

ID: tinder

Severity: info

Author: dwisiswant0

Tags: osint,osint-dating,tinder

Tinder user name information check was conducted.

id: tinder
info:
name: Tinder User Name Information - Detect
author: dwisiswant0
severity: info
description: Tinder 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,tinder
self-contained: true
http:
- method: GET
path:
- "https://tinder.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- ") | Tinder</title><meta"
# digest: 490a0046304402202f043b12b9c3c95b04a360dc5f1b524c154539571eff0fe2753885fb4b03628c02201a299bc53a8b236ddb6f5451761421edba42b6d4dacae9effe07d0b2034d68cd: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/tinder.yaml"

View on Github