nuclei-templates/network/detection/smtp-detect.yaml

23 lines
498 B
YAML
Raw Normal View History

id: smtp-service-detect
2021-06-28 18:30:55 +00:00
2021-06-28 18:04:11 +00:00
info:
2021-06-28 18:30:55 +00:00
name: SMTP Service Detection
2021-06-28 18:04:11 +00:00
author: pussycat0x
severity: info
tags: network,service,smtp
2022-08-16 16:25:46 +00:00
description: |
SMTP is part of the application layer of the TCP/IP protocol. Using a process called “store and forward,” SMTP moves your email on and across networks.
metadata:
max-request: 2
2021-06-28 18:30:55 +00:00
tcp:
2021-06-28 18:04:11 +00:00
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:25"
2021-06-28 18:04:11 +00:00
matchers:
- type: word
words:
- "SMTP"