nuclei-templates/network/starttls-mail-detect.yaml

25 lines
595 B
YAML
Raw Normal View History

2021-06-28 11:13:01 +00:00
id: starttls-mail-detect
info:
name: STARTTLS Mail Server Detect
author: r3dg33k
severity: info
tags: mail,starttls,network
2022-08-16 16:25:59 +00:00
description: |
STARTTLS is an email protocol command that tells an email server that an email client, including an email client running in a web browser, wants to turn an existing insecure connection into a secure one.
2021-06-28 11:13:01 +00:00
network:
- inputs:
- data: "65686c6f20636865636b746c730a"
type: hex
read-size: 2048
2021-06-28 11:13:01 +00:00
host:
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:25"
2021-06-28 11:13:01 +00:00
matchers:
- type: word
words:
- "250-STARTTLS"