nuclei-templates/token-spray/iterable.yaml

25 lines
594 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-iterable
info:
name: Iterable API Test
author: zzeitlin
reference: https://api.iterable.com/api/docs
severity: info
tags: token-spray,iterable
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://api.iterable.com/api/export/data.json?dataTypeName=emailSend&range=Today&onlyFields=List.empty"
headers:
Api_Key: "{{token}}"
2021-10-01 20:46:16 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: body
negative: true
words:
- 'BadApiKey'
2021-10-14 18:13:45 +00:00
- 'RateLimitExceeded' # Matchers needs to be replaced with valid +ve match instead of -ve