Files
nuclei-templates/token-spray/api-netlify.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
493 B
YAML

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