Skip to content

RumbleUser User Name Information - Detect

ID: rumbleuser

Severity: info

Author: dwisiswant0

Tags: osint,osint-political,rumbleuser

RumbleUser user name information check was conducted.

id: rumbleuser
info:
name: RumbleUser User Name Information - Detect
author: dwisiswant0
severity: info
description: RumbleUser 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-political,rumbleuser
self-contained: true
http:
- method: GET
path:
- "https://rumble.com/user/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- " href=https://rumble.com/user/"
# digest: 4b0a00483046022100e091b829ae3a8f2443b5aeee4b66bba8ba27792a80b13fd42faed5e1607b13fd022100fee7e38d7993627a7b35da7a84bd9ce1a20b921b3ae69cbb3b3e1ee38b17225b: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/rumbleuser.yaml"

View on Github