nuclei-templates/token-spray/pendo.yaml

24 lines
531 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-pendo
info:
name: Pendo API Test
author: zzeitlin
reference: https://help.pendo.io/resources/support-library/api/index.html
severity: info
tags: token-spray,pendo
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://app.pendo.io/api/v1/feature"
- "https://app.pendo.io/api/v1/metadata/schema/account"
headers:
Content-Type: application/json
X-Pendo-Integration-Key: "{{token}}"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 403
2021-10-01 15:31:12 +00:00
negative: true