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

27 lines
510 B
YAML

id: api-flickr
info:
name: Flickr API Test
author: geeknik
severity: info
reference:
- https://www.flickr.com/services/developer/api/
tags: token-spray,flickr
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}}"
matchers:
- type: word
part: body
words:
- 'secret'
- 'owner'
- 'username'
condition: and