Skip to content

Viddler User Name Information - Detect

ID: viddler

Severity: info

Author: dwisiswant0

Tags: osint,osint-video,viddler

Viddler user name information check was conducted.

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

View on Github