nuclei-templates/http/osint/tmdb.yaml

34 lines
666 B
YAML
Raw Normal View History

2023-03-04 20:22:36 +00:00
id: tmdb
info:
2023-03-15 15:21:34 +00:00
name: TMDB User Name Information - Detect
2023-03-04 20:22:36 +00:00
author: olearycrew
severity: info
2023-03-15 15:21:34 +00:00
description: TMDB user name information check was conducted.
2023-03-04 20:22:36 +00:00
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.0
cwe-id: CWE-200
2023-03-04 21:06:45 +00:00
tags: osint,osint-social,tmdb
metadata:
max-request: 1
2023-03-04 20:22:36 +00:00
self-contained: true
http:
2023-03-04 20:22:36 +00:00
- method: GET
path:
- "https://www.themoviedb.org/u/{{user}}"
2023-03-04 21:06:45 +00:00
matchers-condition: and
2023-03-04 20:22:36 +00:00
matchers:
2023-03-04 21:06:45 +00:00
- type: word
part: body
words:
- 'Total Edits'
- 'Stats'
condition: and
2023-03-04 20:22:36 +00:00
- type: status
status:
2023-03-15 15:21:34 +00:00
- 200