nuclei-templates/osint/youtube.yaml

29 lines
547 B
YAML
Raw Normal View History

2023-02-20 18:42:46 +00:00
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