35 lines
861 B
YAML
35 lines
861 B
YAML
|
id: tradingview
|
||
|
|
||
|
info:
|
||
|
name: Tradingview User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Tradingview 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-finance,tradingview
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.tradingview.com/u/{{user}}/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "— Trading Ideas &"
|
||
|
|
||
|
# digest: 4a0a00473045022069e60364e4b435e39dabb07b3339c735c5e05fd678b5987f411ec6471c5aa695022100caf45f3d0ddc7dd11d5590f262a3205f7e3b4d12f03b8c6a90bcbd3ebf245573:922c64590222798bb761d5b6d8e72950
|