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

26 lines
469 B
YAML

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
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.giphy.com/v1/gifs/trending?api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"data":'
- '"type":"gif"'
condition: and