mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-12 05:33:26 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
23 lines
512 B
YAML
23 lines
512 B
YAML
id: api-mailchimp
|
|
|
|
info:
|
|
name: Mailchimp API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://mailchimp.com/developer/transactional/docs/smtp-integration/#credentials-and-configuration
|
|
tags: token-spray,mailchimp
|
|
|
|
self-contained: true
|
|
network:
|
|
- inputs:
|
|
- data: "AUTH PLAIN {{base64(hex_decode('00')+'apikey'+hex_decode('00')+token)}}\r\n"
|
|
read: 1024
|
|
host:
|
|
- "tls://smtp.mandrillapp.com:465"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "success"
|