Skip to content

Vimeo User Name Information - Detect

ID: vimeo

Severity: info

Author: dwisiswant0

Tags: osint,osint-video,vimeo

Vimeo user name information check was conducted.

id: vimeo
info:
name: Vimeo User Name Information - Detect
author: dwisiswant0
severity: info
description: Vimeo 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,vimeo
self-contained: true
http:
- method: GET
path:
- "https://vimeo.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "is a member of Vimeo, the"
# digest: 4a0a00473045022100872d456325dd1c86bf2f65833167c0e57400a1d9ea78f4631f9f3ad14d75e637022029ffb93e9de4aecbe0422701ed9ce8bb7f44eb948b7d116b49dc5776397ad94b: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/vimeo.yaml"

View on Github