nuclei-templates/token-spray/api-apigee-edge.yaml

31 lines
560 B
YAML
Raw Normal View History

2021-10-24 02:17:04 +00:00
id: api-apigee-edge
info:
name: Apigee Edge API Test
author: dwisiswant0
severity: info
reference:
- https://apidocs.apigee.com/apis
2021-10-24 02:17:04 +00:00
tags: token-spray,apigee
self-contained: true
requests:
- method: GET
path:
- "https://apimonitoring.enterprise.apigee.com/alerts"
headers:
Authorization: Bearer {{token}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
2021-11-01 12:22:18 +00:00
- '"uuid":'
- '"name":'
condition: and