nuclei-templates/http/token-spray/api-youtube.yaml

25 lines
542 B
YAML

id: api-youtube
info:
name: YouTube API Test
author: zzeitlin
severity: info
reference:
- https://developers.google.com/youtube/v3/docs
tags: token-spray,youtube
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://www.googleapis.com/youtube/v3/activities?part=contentDetails&maxResults=25&channelId=UC-lHJZR3Gqxm24_Vd_AJ5Yw&key={{token}}"
matchers:
- type: word
part: body
words:
- '"kind":'
- '"pageInfo":'
condition: and