Skip to content

FurAffinity User Name Information - Detect

ID: furaffinity

Severity: info

Author: dwisiswant0

Tags: osint,osint-images,furaffinity

FurAffinity user name information check was conducted.

id: furaffinity
info:
name: FurAffinity User Name Information - Detect
author: dwisiswant0
severity: info
description: FurAffinity 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-images,furaffinity
self-contained: true
http:
- method: GET
path:
- "https://www.furaffinity.net/user/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Userpage of"
# digest: 4a0a00473045022100b7b9c9484f5c2c72084c2c2ae3a84a13ee370db64bcd6fa3311f958779a4176f02201a81768c0b4c07ac48211788ed74014b3c7c1134c6f6a2b9af466a1577db9067: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/furaffinity.yaml"

View on Github