Skip to content

FriendFinder User Name Information - Detect

ID: friendfinder

Severity: info

Author: dwisiswant0

Tags: osint,osint-dating,friendfinder

FriendFinder user name information check was conducted.

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

View on Github