25 lines
436 B
YAML
25 lines
436 B
YAML
|
id: streamelements
|
||
|
|
||
|
info:
|
||
|
name: StreamElements
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-finance,streamelements
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://api.streamelements.com/kappa/v2/channels/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "\"providerId\""
|