Skip to content

TikTok User Name Information - Detect

ID: tiktok

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,tiktok

TikTok user name information check was conducted.

id: tiktok
info:
name: TikTok User Name Information - Detect
author: dwisiswant0
severity: info
description: TikTok 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,tiktok
self-contained: true
http:
- method: GET
path:
- "https://www.tiktok.com/oembed?url=https://www.tiktok.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "author_url"
# digest: 4a0a0047304502200bfb49212d5736bfb0a4a1cfcea267cf21f98259afd9ac26130cc9087a5e7e06022100a19030a943b4a6250bd80fa98ca74852ab391b8a5ef7b6ddbadc999d04ea3f12: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/tiktok.yaml"

View on Github