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

25 lines
545 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-sendgrid
info:
name: Sendgrid API Test
author: zzeitlin
severity: info
reference:
- https://docs.sendgrid.com/for-developers/sending-email/getting-started-smtp
tags: token-spray,sendgrid
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: "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"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
words:
- "Authentication successful"