29 lines
547 B
YAML
29 lines
547 B
YAML
|
id: youtube
|
||
|
|
||
|
info:
|
||
|
name: YouTube
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-video,youtube
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.youtube.com/c/{{user}}/about"
|
||
|
- "https://www.youtube.com/user/{{user}}/about"
|
||
|
- "https://www.youtube.com/@{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "joinedDateText"
|
||
|
- "canonicalBaseUrl"
|
||
|
condition: or
|