Skip to content

SoundCloud User Name Information - Detect

ID: soundcloud

Severity: info

Author: dwisiswant0

Tags: osint,osint-music,soundcloud

SoundCloud user name information check was conducted.

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

View on Github