Skip to content

Tunefind User Name Information - Detect

ID: tunefind

Severity: info

Author: dwisiswant0

Tags: osint,osint-music,tunefind

Tunefind user name information check was conducted.

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

View on Github