nuclei-templates/network/smtp-detection.yaml

19 lines
301 B
YAML
Raw Normal View History

2021-06-28 18:30:55 +00:00
id: smtp-service-detection
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
2021-06-28 18:30:55 +00:00
2021-06-28 18:04:11 +00:00
network:
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
matchers:
- type: word
words:
- "SMTP"