Skip to content

Trakt User Name Information - Detect

ID: trakt

Severity: info

Author: dwisiswant0

Tags: osint,osint-video,trakt

Trakt user name information check was conducted.

id: trakt
info:
name: Trakt User Name Information - Detect
author: dwisiswant0
severity: info
description: Trakt 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,trakt
self-contained: true
http:
- method: GET
path:
- "https://trakt.tv/users/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "s profile - Trakt"
# digest: 490a0046304402202b651c93e421d9ab66a08bb16d6ff5dccaeb9e689e8d5c91cb144ca2283ced89022051cc0c9de0a9a28edb095df26bf2d10df5405a1cf2493f72031c3a3cc7c2168a: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/trakt.yaml"

View on Github