Skip to content

TMDB User Name Information - Detect

ID: tmdb

Severity: info

Author: olearycrew

Tags: osint,osint-social,tmdb

TMDB user name information check was conducted.

id: tmdb
info:
name: TMDB User Name Information - Detect
author: olearycrew
severity: info
description: TMDB 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-social,tmdb
self-contained: true
http:
- method: GET
path:
- "https://www.themoviedb.org/u/{{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Total Edits'
- 'Stats'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100cae95e2dbc28c2fc866175ae999c49c2038da5d87928879ee4e13a760acacf3002210092d01f46f6fe5c381e0be9d223246cfbd2c4748973b65454716d769e5333e59d: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/tmdb.yaml"

View on Github