27 lines
769 B
YAML
27 lines
769 B
YAML
id: api-sendgrid
|
|
|
|
info:
|
|
name: Sendgrid API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://docs.sendgrid.com/for-developers/sending-email/getting-started-smtp
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,sendgrid,tcp
|
|
|
|
self-contained: true
|
|
tcp:
|
|
- inputs:
|
|
- data: "ehlo\r\n"
|
|
read: 1024
|
|
|
|
- data: "AUTH PLAIN {{base64(hex_decode('00')+'apikey'+hex_decode('00')+token)}}\r\n"
|
|
read: 1024
|
|
host:
|
|
- "tls://smtp.sendgrid.net:465"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Authentication successful"
|
|
# digest: 4a0a00473045022100dd0126de2635a7816f1b70810b95b2f69cfac0bc32ced3b9cdba6128f0569e7e022079a7f2887dc7aeae9b53a136124d415bf357bfe0d7bc6e47de8dad5f95d12d41:922c64590222798bb761d5b6d8e72950 |