nuclei-templates/token-spray/api-mailchimp.yaml

22 lines
506 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-mailchimp
info:
name: Mailchimp API Test
author: zzeitlin
severity: info
2021-11-10 09:35:20 +00:00
reference: https://mailchimp.com/developer/transactional/docs/smtp-integration/#credentials-and-configuration
tags: token-spray,mailchimp
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
network:
- inputs:
- data: "AUTH PLAIN {{base64(hex_decode('00')+'apikey'+hex_decode('00')+token)}}\r\n"
read: 1024
host:
- "tls://smtp.mandrillapp.com:465"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
words:
- "success"