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

27 lines
493 B
YAML
Raw Normal View History

2021-10-24 05:32:29 +00:00
id: api-netlify
info:
name: Netlify API Test
author: dwisiswant0
severity: info
reference:
- https://docs.netlify.com/api/get-started/
2021-10-24 05:32:29 +00:00
tags: token-spray,netlify
self-contained: true
requests:
- method: GET
path:
- "https://api.netlify.com/api/v1/sites"
headers:
Authorization: Bearer {{token}}
matchers:
2021-11-10 09:35:20 +00:00
- type: word
part: body
words:
- '"id":'
- '"premium":'
- '"claimed":'
condition: and