nuclei-templates/token-spray/mailgun.yaml

21 lines
401 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-mailgun
info:
name: Mailgun API Test
author: zzeitlin
reference: https://documentation.mailgun.com/en/latest/api-intro.html
severity: info
tags: token-spray,mailgun
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://api.mailgun.net/v3/domains"
headers:
Authorization: Basic {{base64('api:' + token)}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 200