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

29 lines
699 B
YAML
Raw Normal View History

2021-11-01 11:25:34 +00:00
id: api-iconfinder
info:
name: IconFinder API Test
author: daffainfo
2021-11-01 11:44:42 +00:00
severity: info
2021-11-01 11:25:34 +00:00
reference:
- https://developer.iconfinder.com/reference/overview-1
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/IconFinder.md
tags: token-spray,iconfinder
self-contained: true
requests:
- raw:
- |
2021-11-01 11:44:42 +00:00
GET https://api.iconfinder.com/v4/icons/search?query=arrow&count=10 HTTP/1.1
2021-11-01 11:25:34 +00:00
Host: api.iconfinder.com
Accept: application/json
Authorization: Bearer {{token}}
2021-11-01 11:44:42 +00:00
2021-11-01 11:25:34 +00:00
matchers:
2021-11-01 11:44:42 +00:00
- type: word
part: body
words:
- '"icons":'
- '"is_icon_glyph":'
- '"download_url":'
condition: and