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

31 lines
585 B
YAML
Raw Normal View History

2021-10-24 04:28:51 +00:00
id: api-fontawesome
info:
name: FontAwesome API Test
author: dwisiswant0
severity: info
reference:
- https://fontawesome.com/v6.0/docs/apis/graphql/get-started
2021-10-24 04:28:51 +00:00
tags: token-spray,fontawesome
self-contained: true
requests:
- method: GET
path:
- "https://api.fontawesome.com/token"
headers:
Authorization: Bearer {{token}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
2021-11-02 05:19:21 +00:00
- '"access_token":'
- '"scopes":'
condition: and