25 lines
398 B
YAML
25 lines
398 B
YAML
|
id: viddler
|
||
|
|
||
|
info:
|
||
|
name: viddler
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-video,viddler
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.viddler.com/channel/{{user}}/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "profile-details"
|