22 lines
513 B
YAML
22 lines
513 B
YAML
id: api-mailchimp
|
|
|
|
info:
|
|
name: Mailchimp API Test
|
|
author: zzeitlin
|
|
reference: https://mailchimp.com/developer/transactional/docs/smtp-integration/#credentials-and-configuration
|
|
severity: info
|
|
tags: api,mailchimp
|
|
|
|
network:
|
|
- inputs:
|
|
- data: "AUTH PLAIN {{base64(hex_decode('00')+'apikey'+hex_decode('00')+token)}}\r\n"
|
|
read: 1024
|
|
payloads:
|
|
token: token.txt
|
|
host:
|
|
- "tls://smtp.mandrillapp.com:465"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "success"
|