nuclei-templates/token-spray/api-giphy.yaml

24 lines
442 B
YAML
Raw Normal View History

2022-11-20 13:47:25 +00:00
id: api-giphy
info:
name: Giphy API Test
author: geeknik
severity: info
reference:
- https://developers.giphy.com/branch/master/docs/api/
tags: token-spray,giphy
self-contained: true
requests:
- method: GET
path:
- "https://api.giphy.com/v1/gifs/trending?api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"data":'
- '"type":"gif"'
condition: and