2023-03-04 20:22:36 +00:00
|
|
|
id: tmdb
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: TMDB
|
|
|
|
author: olearycrew
|
|
|
|
severity: info
|
2023-03-08 18:28:37 +00:00
|
|
|
description: This OSINT template looks for information about a user name.
|
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
|
2023-03-04 20:22:36 +00:00
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- 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-04 21:06:45 +00:00
|
|
|
- 200
|