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

25 lines
483 B
YAML
Raw Normal View History

2022-05-26 12:37:12 +00:00
id: api-flickr
info:
name: Flickr API Test
author: geeknik
severity: info
reference:
- https://www.flickr.com/services/developer/api/
tags: token-spray,flickr
self-contained: true
requests:
2022-05-27 04:41:11 +00:00
- method: GET
path:
- "https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}}"
2022-05-26 12:37:12 +00:00
matchers:
- type: word
part: body
words:
- 'secret'
- 'owner'
- 'username'
2022-05-27 04:41:11 +00:00
condition: and