35 lines
854 B
YAML
35 lines
854 B
YAML
|
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: 4a0a0047304502206a80c520c2f8c5c1b43b7b28c8f9a173dcda460c6b12e9ad964c59fb2fc545a3022100e97c66c6e5a79bef5dfb14bbbe22363d915216285a9c92e200b837af79c04464:922c64590222798bb761d5b6d8e72950
|