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

24 lines
497 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
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: 1
tags: network,service,smtp,detect
2021-06-28 18:30:55 +00:00
tcp:
2021-06-28 18:04:11 +00:00
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
2023-09-16 19:35:21 +00:00
port: 25
2021-06-28 18:04:11 +00:00
matchers:
- type: word
words:
- "SMTP"