2021-10-01 14:33:51 +00:00
|
|
|
id: api-sendgrid
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sendgrid API Test
|
|
|
|
author: zzeitlin
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.sendgrid.com/for-developers/sending-email/getting-started-smtp
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,sendgrid
|
2021-10-01 14:33:51 +00:00
|
|
|
|
2021-10-20 08:46:18 +00:00
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2021-10-01 14:33:51 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "ehlo\r\n"
|
|
|
|
read: 1024
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-10-01 14:33:51 +00:00
|
|
|
- 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"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a004830460221008e0e74cc516e39557ab0c6778b54c5057b78391e494874ccb1cb0affe9888d67022100892b564dc499c64d59217eb15a6fdecdf2c0b5873366ee7093b857e2a2b43e92:922c64590222798bb761d5b6d8e72950
|