25 lines
389 B
YAML
25 lines
389 B
YAML
|
id: vine
|
||
|
|
||
|
info:
|
||
|
name: Vine
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-video,vine
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://vine.co/api/users/profiles/vanity/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "userId"
|