Skip to content

YouTube User Name Information - Detect

ID: youtube

Severity: info

Author: dwisiswant0

Tags: osint,osint-video,youtube

YouTube user name information check was conducted.

id: youtube
info:
name: YouTube User Name Information - Detect
author: dwisiswant0
severity: info
description: YouTube 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: 3
tags: osint,osint-video,youtube
self-contained: true
http:
- method: GET
path:
- "https://www.youtube.com/c/{{user}}/about"
- "https://www.youtube.com/user/{{user}}/about"
- "https://www.youtube.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "joinedDateText"
- "canonicalBaseUrl"
condition: or
# digest: 490a00463044022013cf72a2616a751f25331b5e33ef3cc6fc86c0766482546c49bdd081e078526402200947deaf50a2d2d5035d68e1c5646edd1835e017991e070055a8269df6c13017: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/youtube.yaml"

View on Github